TREE

this utility recursively lists the contents of a directory in a tree-like format, showing a hierarchical structure of files and subdirectories.

DISPLAY HIERARCHY

root@oco:~$ tree -L 1 /var/www/html

 * display the directory structure of /var/www/html up to a depth of 1 level.

Last updated