solo2500
Posts: 123
Joined: Sat Jul 09, 2016 12:38 am

tree command?

Sat Jul 09, 2016 12:59 am

Why when using the tree command a bunch of the directories don't show up...
I'm a total novice, non-programer (...basically a hack.)

W. H. Heydt
Posts: 12655
Joined: Fri Mar 09, 2012 7:36 pm
Location: Vallejo, CA (US)

Re: tree command?

Sat Jul 09, 2016 6:06 am

Welcome to the Forums.

You mean like the ones that begin with a period (aka "dot files")? Tree doesn't show those by default. This is explained on the manual page (use "man tree"). If you want to see them use "tree -a" or "tree -ad" if you want all directories only.

Return to “Beginners”