Installing:
brew install tree |
Using:
tree /some/dir |
Saving output of the tree command:
tree > some_file.txt |
Appending content to existing file:
tree >> data.txt |
Installing:
brew install tree |
Using:
tree /some/dir |
Saving output of the tree command:
tree > some_file.txt |
Appending content to existing file:
tree >> data.txt |