l61.1a

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

1A
27
字号
#printNote that usually you just type 'w' without a file name,and the editor buffer is written on the 'current file'.What is the 'current file' when you have executed an 'r'command?  Well, it doesn't change.  But rather thanbe in doubt, there is a command  fwhich prints the current file name.You can change the current file name with  f nameso that you can copy file 'old' to 'new' with  ex old  f new  wqTry that: copy file 'first' to 'second' in thisdirectory.  Then type "ready".#create firstThis is thefile to be copiedusing the 'f' command.#user#cmp first second#log#next62.1a 1062.2a 5

⌨️ 快捷键说明

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