Utilities
1.1 seq
1.2 tmux
1.3 tree
1.4 rsync
1.5 SFTP
1.3 tree
On this page:
1.3.1 Synopsis
1.3.2 Description
1.3.3 Options
1.3.4 Examples
1.3.5 Author
8.1

1.3 tree

tree – list contents of directories in a tree-like format

1.3.1 Synopsis

tree [-acdfghilnpqrstuvxACDFQNSUX] [-L level [-R]] [-H baseHREF]

     [-T title] [-o filename] [--nolinks] [-P pattern] [-I pattern]

     [--inodes] [--device] [--noreport] [--dirsfirst] [--version]

     [--help] [--filelimit #] [--si] [--prune] [--du] [--timefmt format]

     [--matchdirs] [--fromfile] [--] [directory ...]

1.3.2 Description

Tree is a recursive directory listing program that produces a depth indented listing of files. With no arguments, tree lists the files in the current directory.

1.3.3 Options

Some of the options:

1.3.4 Examples

tree -aCD --dirsfirst --sort=mtime

tree -haC --du --dirsfirst --sort=size

1.3.5 Author

Steve Baker (ice@mama.indstate.edu)
HTML output hacked by Francesc Rocher (rocher@econ.udg.es)
Charsets and OS/2 support by Kyosuke Tokoro (NBG01720@nifty.ne.jp)