I was working on my last post and found out that I used a Linux command **tree** to take a screenshot of the directory structure, then I thought, Oh that was kinda cool. So I thought of writing a small post about it.
tree - Command
The tree command is a simple utility to visualize a directory structure and has few useful options.
- Display all files including hidden files
tree -a
tree -d
tree -L 2
tree -C
pstree [pid|username] # pid and username are optional, when omitted it displays all processes