l2.2b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2B 代码 · 共 26 行
2B
26 行
#printNow your directory contains a file with a namethat starts with "a" (like "adam", "arthur", etc.).Find out what it is using the "ls" commandand change its name to "martin".Then type "ready".By the way, if there was already a file aroundnamed "martin", the old version is clobberedby the new one.#create andrewstuff#usertest -r martin#failDo you remember that the "ls" command willtell you the names of the files in the currentdirectory? Thus you can use "ls" to tell youwhat your file names are; and then you can use"mv" to change the name of the filebeginning with "a" to "martin".#log#next3.1a 103.2a 53.3a 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?