l10.3c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3C 代码 · 共 20 行
3C
20 行
#printDon't forget the use of arithmetic combinationswith the "p" command. For example, thecurrent line is "." and the next line is ".+1";do you see how to print the current line and thenext line with one command? Think of it as "printfrom this line to the next line". Type "answer COMMAND"where COMMAND is what your line with "p" will look like.#copyin#user#uncopyin#match .,.+1p#match .,+p#match .,+1p#match .,.1p#log#next10.3d 510.1b 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?