blob: 7b70144b04e92a05cfdada03a67b40602c3ad179 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
tree: tree (a program to display a directory tree)
tree:
tree: Tree is a recursive directory listing program that produces a depth
tree: indented listing of files, which is colorized ala dircolors if the
tree: LS_COLORS environment variable is set and output is to tty. With no
tree: arguments, tree lists the files in the current directory.
tree:
tree: The tree utility was written by Steve Baker.
tree:
tree:
tree:
|