l73.1a

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

1A
32
字号
#printBack early in this sequence we made clear thatthe shell (the normal command interpreter) and theeditor were distinct and they didn't pay any attentionto each other's commands.Sometimes you are in the editor and you really wantto execute a shell command.  You can do thatby prefixing it with !.  For example,  !lswill list your directory.Remember that "date" is the shell commandto find out what time it is.Try editing the file 'bridge'; print it out,then, without leaving the editor, ask for thetime and then leave the editor and say "ready".#create bridgebrooklynmanhattanwilliamsburgqueensboroughgeorge washingtontriboroughbronx whitestonethrogs neck#copyout#user#uncopyoutgrep '[A-Z].. [A-Z].. .. [0-9][0-9]:[0-9][0-9]:[0-9][0-9] ' .ocopy >/dev/null#log#next74.1a 10

⌨️ 快捷键说明

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