l9.2b

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

2B
23
字号
#printYou can also use the "*" operator.  For example,print the contents of all the files in thisdirectory whose names begin with the letter 'p'.Use just one "cat" command.Then type "ready".#create p1There are only two such files.  This is the firstone and it is two lines long.#create ppxThis is the second file.  Its first lineis blank, and then there are three lines oftext of which this is the last.#copyin#user#uncopyingrep 'cat p\*' .copy >/dev/null#log#next10.1a 109.2c 5

⌨️ 快捷键说明

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