l12.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 34 行
1A
34 行
#printEach 'w' command typed so far has written the edited materialback on the same file that it came from originally.This can be changed by giving a filename on the 'w' command: w camdenwill write the current editor bufferon file 'camden'. What does the followingsequence of commands do? ex old w new qAs you can see, it picks up file 'old', andwrites it on file 'new'. It has the same effectas cp old newdoes.This directory contains a filewith a name beginning with 'h'. Make a copyof that file named 'norman'. Check the copyby listing the old and new files with 'cat' beforeyou type 'ready'.#create harryFour score and seven years ago ourfathers brought forth on this continenta new nation, conceived in liberty anddedicated to the proposition thatall men are created equal.#user#cmp harry norman#log#next12.3a 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?