l3.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 35 行
1A
35 行
#printThe "cat" command prints the contents of one or more files.In fact, it is named "cat" as an abbreviationfor "concatenate". To print the files named "dog"and "mouse" in succession, you could type either cat dog cat mouseor just cat dog mouseIf you print them with one command,the contents are printed in sequence with nothingbetween them.How many lines are there in all the fileswhose names begin with "b"? Find out, then type"answer N" where N is the total number of lines.#create benthe file ben hasa total of threeshort lines.#create berniethis file hastwo lines.#create bruceonly one line here.#copyin#user#uncopyin#match 6#log#next4.1a 104.2a 54.3a 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?