Newer
Older
minerva / Base / usr / share / man / man1 / tree.md
@minerva minerva on 13 Jul 429 bytes Initial commit
## Name

tree

## Synopsis

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

## Options

-   `-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

## See also

-   [`ls`(1)](help://man/1/ls) to show just the contents of one directory