l11.1a

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

1A
43
字号
#printTo create a second copy of a file, the easiestway is to use the "cp" (copy) command.If you tell the computer  cp x ya copy of file "x" is made and named "y".Note that this is similar to "mv" in that a newfile named "y" appears, but the difference isthat the old file is not removed.(If there was already a file named "y", though, theold contents are lost; be careful.)In this directory there is a file which hasa five letter name whose first four lettersare "part".Print it out; it will tell you to copyit and what to call the copy.Do that and then type "ready".#create X1#create george#create part00this is not the right file and you shouldn'thave printed it.  Use part?not part*in this example.#create part3This is the file "part3".  I hope youused a command like  ls part?or  cat part?to find it.Make a copy of this file on file "george".#user#cmp george part3#log#next12.1a 1012.2a 512.3a 2

⌨️ 快捷键说明

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