l4.3a

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3A 代码 · 共 21 行

3A
21
字号
#printYou can use the "ls" command to ask whethera single file exists without listing the entiredirectory.  For example, "ls george" will list"george" if there is a file with that name, andcomplain if there is not one.  This directorycontains a file named "arthur" but no file named"alan".  You can verify that by typing theordinary "ls" command.  Then try typing "ls arthur"to see what happens, and follow that by "ls alan".Then type "ready".#create arthurxxx#copyin#user#uncopyingrep 'ls arthur' .copy >/dev/null || grep 'ls alan' .copy >/dev/null#log#next4.3b 0

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?