l3.1a

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

1A
26
字号
#printThe editor accepts commands one per line,just like the other programs in UNIX; but itscommands are unique to it.Like the normal command interpreter,the editor has a prompt sign to let you knowwhen it is ready to accept a command.  In this casethe prompt is ':' instead of '%'.  Theonly command present in every editing session is thelast one, 'q' (quit) which returns you to the normalcommand interpreting program.I'm going to putyou in the editor.  Type 'q' to leave,and then type "ready" when you get the '%' fromthe normal command handler.#create junkYou're in the editor.#pipeecho You\'re in the editor. ; ex +'set prompt noopt open' junk#user#unpipe#cmp junk junk#log#next3.1c 5

⌨️ 快捷键说明

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