l16.2a

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

2A
41
字号
#printSo far you have always appended to an empty file,so that there was no problem about where the appended lineswere placed in the file.  If the file you're appending toalready has lines in it, you can say where you want thenew material to be placed by giving a line address with 'a',and you can check on this by printing the file.Try the following sequence and note what happens to the new linesthat are added with the "3a" command:ex rivers1,$p3amerrimackconnecticuthudson.1,$pwqready#create Refpenobscotandroscogginkennebecmerrimackconnecticuthudsondelawaresusquehanna#create riverspenobscotandroscogginkennebecdelawaresusquehanna#user#cmp rivers Ref#log#next16.2c 5

⌨️ 快捷键说明

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