Many tutorials depict tree-view directory to show how they organize their files. Is there any command line to show such view?
Is ls capable to do this?
Many tutorials depict tree-view directory to show how they organize their files. Is there any command line to show such view?
Is ls capable to do this?
Tree is the command that will show you the tree view.
sudo apt-get install tree
then just type tree from the terminal. And tree -d will list only the directories and no files.