This website requires JavaScript.
Explore
Help
Sign In
blue
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
2c8a7941bc
tldr
/
pages
/
common
/
tree.md
256 B
Raw
Blame
History
tree
Show the contents of the current directory as a tree.
Show files and directories with a depth of 'num'
tree -L {{num}}
Show directories only
tree -d
Show hidden files too
tree -a
Print human readable size of files
tree -h