[下一页][首页][上一页]

我如何观察目录下有什麽?

NAME
     ls - 列出目录下的内容
DESCRIPTION
     ls 显示现在目录中的内容...
范例:
$ pwd
/home/elvis
$ ls
Notes           dir             hello_world     mydir           notes
$ ls /home
badguy  elvis   goodguy
$ ls ..
badguy  elvis   goodguy
$ ls ../elvis
Notes           dir             hello_world     mydir           notes
$ _
[上一页][首页][下一页]