l1.2b
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 2B 代码 · 共 26 行
2B
26 行
#printYou can use the "ls" command to find out howmany files you have in your directory.How many files are there in the currentdirectory now? Make another list - the list of filesthat you made before is no longer right because I addedsome files to the directory. When you find outhow many files there are in this directory, type"answer N" where N is the number of files.#create a1file a1#create a2file a2#create X1file a1#copyin#user#uncopyinls | %s/../bin/lcount >X1tail -1 .copy >X2#cmp X1 X2#log#next2.1a 102.2a 5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?