l62.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 68 行
1A
68 行
#printFrequently you will want to move one or more linesfrom one place in a file to another. The command5,10m30will pick up lines 5 through 10 and move them after line 30.You can of course use context searches for addresses:/ab/,/cd/m/xx/finds a line containing "ab", then one containing "cd",and moves the section of the file they bracket after thenext line containing "xx".Or you can use ".", "$", etc.:.,.+2m$moves the three lines starting at "." to the end.There is a file "word" whichis out of order; re-arrange it to be alphabetical.#create Refbandsbecomescoursedissolveeventsforhavehumaninitnecessaryofonepeoplepoliticalthetowhenwhich#create wordbandsbecomescourseinitnecessaryofonepeoplepoliticaldissolveeventsforhavehumanthetowhenwhich#user#cmp word Ref#log#next63.1a 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?