Packages¶
Tree package¶
Listing all of the folder and files in the present directory.
Great for just sharing project structures online.
tree -L 3 where -L level Descend only level directories deep with integer parameter. tree —help For getting the list of commands.