l16.1a

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

1A
32
字号
#printWhen you are typing after an 'append' command,the editor is no longer listening for its ordinary commands.Between 'a' and '.' none of your usual 'p', 'w', or 'q'commands are recognized.  The only thing that will make theeditor wake up is to type '.' alone on a line.  So to type intext, then print it, you must go through a sequence like  ex file  a  input text  .  1,$p  wqand you must not type the "1,$p" until you have typedthe '.'.  Do you understand?  Will the sequence  ex junk  a  input line  $=  .  wqprint the number of the last line typed in?  If you don'tknow, try it.  Then type 'yes' or 'no'.#copyin#user#uncopyin#match no#log#next16.1b 1016.2a 5

⌨️ 快捷键说明

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