l2.1c

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

1C
18
字号
#printThis time you have to get a list of the files whose names beginwith "memo", but sorted in order of last change, most recent first,as produced by "ls -t".  Get the list in file "gorp",then type "ready".#create memo1first line#create memo3third line#create memo2second line#userls -t memo* >X1#cmp X1 gorp#log#next2.1d 10

⌨️ 快捷键说明

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