ssh — guest: ~ connected

TREE(1)

NAME

tree — show the filesystem as a tree

SYNOPSIS

tree [-a] [path]

DESCRIPTION

Shows the contents of the given directory (the current one by default) as a tree, then a count of directories and files. The /root directory stays hidden outside a root session (see su).

OPTIONS

-a also show hidden files

EXAMPLES

tree tree /

SEE ALSO

ls, find, cd