?? l5.1a
#printIf you think back over some of the exercises you've doneso far in this course, they have involved collecting theoutput of one program (like "cat" or "grep" or "ls") ina file, then using that file as the input to anotherprogram, like "pr" or "wc" or "grep".For example, you could use "ls" and "wc" to _____countthe number of files in a directory. Do that now,then type "answer N", where N is the number of files.#create X2#create X1#create this#create stuff#create foo#copyin#user#uncopyinls | %s/../bin/lcount >X1tail -1 .copy >X2#cmp X1 X2#log#next5.1b 10
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -