l0.1e
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1E 代码 · 共 24 行
1E
24 行
#create X3stuff#printThe list of file names from "ls" can also be obtainedsorted by the date the file was most recently changed,with the newest files listed first. This list isobtained by typing "ls -t".What is the oldest file in this directory?Type "answer name", where "name" is the oldest file.#create X1stuff#create X2stuff#copyin#user#uncopyinls -t | tail -1 >X1tail -1 .copy >test#cmp X1 test#log#next0.1f 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?