Linux/tree: Difference between revisions

From Omnia
Jump to navigation Jump to search
(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

Latest revision as of 21:16, 22 March 2026

Show all files, including hidden

tree -a

Always Show Color

With less: [1]

tree -a -C | less -R