Linux/tree: Difference between revisions
< Linux
(Created page with "== Always Show Color == With less: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> tree -a -C | less -R") |
No edit summary |
||
| Line 1: | Line 1: | ||
== Show all files, including hidden == | |||
tree -a | |||
== Always Show Color == | == Always Show Color == | ||
With less: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> | With less: <ref>https://superuser.com/questions/117841/when-reading-a-file-with-less-or-more-how-can-i-get-the-content-in-colors</ref> | ||
tree -a -C | less -R | tree -a -C | less -R | ||