1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-02 13:18:07 +01:00
tldr/pages/common/tree.md
2014-04-14 19:56:07 +02:00

256 B

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