traverse.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


TRAVERSE(1)               Minix Programmer's Manual                TRAVERSE(1)


NAME
     traverse - print directory tree under the named directory

SYNOPSIS
     traverse dir

EXAMPLES

     traverse .          # Print tree starting at working dir

DESCRIPTION

     Traverse prints the tree structure starting at the named  directory.  All
     the subdirectories are listed, with the depth shown by indentation.

SEE ALSO
     find(1), ls(1).



































                                                                             1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?