DEV Community

Discussion on: Unix Command Basics new Developers should know

Collapse
 
ravikrishnappa profile image
Ravi Krishnappa

GUI to CLI could confuse some newcomers.
For those users, "tree" is a good command to know. It shows the directory structure in a beautiful tree layout

tree -L 1
gives the directory structure one level
tree -L 2
gives the directory structure 2 levels