Whats the equivalent of the unix tree command on OSX
Solution 1:
You can install tree
via Homebrew:
- Follow the instructions for the basic installation
- Run
brew install tree
to install the tool
You can install tree
via Homebrew:
brew install tree
to install the tool