tree
tree
is a recursive directory listing command that produces a depth indented listing of files.
Installation
To install the latest version, use homebrew:
Usage
Running tree
will produce output like this:
To limit the recursion you can pass an -L
flag and specify the maximum depth tree
will use when searching.
Last updated
Was this helpful?