l11.2c

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

2C
29
字号
#printYou can of course execute other shell commandsbefore going into the editor.  For example,in this directory there is a file named for a New Jerseycity.  Find out what file it is; then print it with "cat"and with the editor to check that the listings are the same.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#create trenton2 cups sifted all-purpose flour1 tablespoon double-acting baking powder1/2 teaspoon salt1/4 cup butter3/4 cup milk#copyout#user#uncopyoutgrep -v '"trenton"' .ocopy | tail -5 >X1#cmp X1 Ref#log#next12.1a 1012.2a 5

⌨️ 快捷键说明

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