- 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