📄 l16.1a
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -