l0.1a
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1A 代码 · 共 23 行
1A
23 行
#printIn the basic files course you learned about the "ls" commandfor listing the names of files in the current directory.You will now learn some of the extra abilities of "ls".UNIX maintains a lot more information about a file than justits name; this extra information includes the size of thefile, the date and time it was last changed, the owner,and scattered other miscellany. To see this "long" list of information,use the command "ls -l". (That's an "ell", not a "one".)The "-l" is called an "optional argument",since it may or may not be present.To begin, try just "ls -l", then type "ready".#create junkthis is garbage#copyin#user#uncopyin#match ls -l#log#next0.1b 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?