summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/tree.md
blob: 65231e959ca1c6111c5c2aa1da93884eff34b2aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## Name

tree

## Synopsis

```sh
$ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
```

## Options:

* `--help`: Display help message and exit
* `--version`: Print version
* `--complete`: Perform autocompletion
* `-a`, `--all`: Show hidden files
* `-d`, `--only-directories`: Show only directories
* `-L level`, `--maximum-depth level`: Maximum depth of the tree

## Arguments:

* `directories`: Directories to print

<!-- Auto-generated through ArgsParser -->