l11.1a

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

1A
45
字号
#printBy now you are probably wondering how youget into the editor if someone else doesn't putyou there.  The main command interpreter (the shell)recognizes  exas the name of the editor.You can give a file name,which becomes the current file.  Thus  ex NAMEin response to '%' puts you in the editor withcurrent file as specified by NAME.So you can print a file with the sequence  ex file  1,$p  w  qAll right.  There is a file in the currentdirectory named for a New Jersey city.  Printit with "cat" and then with the editor.Then type "ready".#create Ref:2 cups sifted all-purpose flour1 tablespoon double-acting baking powder1/2 teaspoon salt1/4 cup butter3/4 cup milk:"trenton" 5 lines, 119 characters:% ##create trenton2 cups sifted all-purpose flour1 tablespoon double-acting baking powder1/2 teaspoon salt1/4 cup butter3/4 cup milk#copyout#user#uncopyouttail -6 .ocopy >X1#cmp X1 Ref#log#next12.1a 1012.2a 5

⌨️ 快捷键说明

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