Most frequent usage: tree -N --prune
$ tree -N --prune
-N
: In practice, this option allows many non-ASCII characters printed correctly.--prune
: Remove empty directories recursively from the output.
(END)
tag:tree tag:computing tag:example tag:note