traverse - print directory tree under the named directory
traverse dir
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.
find(1), ls(1).