66 lines
525 B
Plaintext
66 lines
525 B
Plaintext
|
|
|
|
|
|
|
|
|
|
Command: traverse - print directory tree under the named directory
|
|
Syntax: traverse dir
|
|
Flags: (none)
|
|
Example: traverse . # Print tree starting at working dir
|
|
|
|
Traverse prints the tree structure starting at the named directory.
|
|
All the subdirectories are listed, with the depth shown by indentation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|