l6.2b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2B 代码 · 共 23 行
2B
23 行
#printThere is one file in this directory whose name endsin "memo". Find out that file name and printthe contents of the file. Then type "ready".#create mymemoThis is the 7-line file "mymemo"; you shouldhave typed "ls *memo", which would print"mymemo", and then typed thecommand "cat mymemo".Or just plain "cat *memo" would have worked.But whatever you did, you got it rightand now you can type "ready".#copyout#user#uncopyouttail -7 .ocopy >X2#cmp mymemo X2#log#next6.1b 06.1c 56.1e 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?