Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.45 KB

tree.md

File metadata and controls

16 lines (8 loc) · 1.45 KB

tree

Show the contents of the current directory as a tree.

Print files and directories up to 'number' levels of depth:

tree -L number

Print directories only:

tree -d

Print hidden files too:

tree -a