Linux Command Line - part 2
Exploring the Filesystem.
Tree
The tree command is a good way to get a bird’s-eye view of the filesystem tree.
Use tree -d to view just the directories.
tree #listing all the file system including files and directories in the tree view.
tree -...
imsmd.com2 min read