This is an old revision of the document!
Linux Commands
Quick summary of common used program in Linux.
tree
Print a folder structure.
Command:
tree /home/admin/TreeFolder/
Output:
/home/admin/TreeFolder/ ├── SubTreeFolder │ └── SubTreeFile └── TreeFile