l12.2a

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

2A
26
字号
#printTo compare two files, you can use the command"diff" (differences); the line  diff xx yywill compare the files xx and yy and tell you aboutany differences between them.  If the files are the same,the command says nothing.  Are the files"tom" and "dick" the same in this directory?Find out (print them if you feel insecure)and reply "yes" or "no".#create dickThis stuff is not only infile tom but alsoin file dick#create tomThis stuff is not only infile tom but alsoin file dick#copyin#user#uncopyin#match yes#log#next12.2b 5

⌨️ 快捷键说明

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