l6.1c
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1C 代码 · 共 24 行
1C
24 行
#printIn much the same way that you used "cat" and a pipe toget rid of the file names from the output of "grep",you can use "cat" and a pipe to get rid of the sub-totalsfrom "wc", if you so desire.What is the total number of lines in the files inthis directory whose names begin with capital letters?Type "answer N", where N is the number of lines.#create X1just to make sure.#create Stuffthis has some more.#create Junkasdfadfasdfasdfasdfasf#copyin#user#uncopyincat [A-Z]* | %s/../bin/lcount >x1tail -1 .copy >x2#cmp x1 x2#log#next6.1d
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?