💻 Tech
To print directory tree, use tree. Install it: sudo apt-get install tree. Use it like so:
tree- print the directory tree of current directorytree /some/dir- print the directory tree of the specified directorytree -L 1 .- print the first level directory of the current directory