Added man file
| Author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-05-20 19:28:20 +0000 |
| Committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-05-20 19:28:20 +0000 |
| Commit | 56280b64a5931118d928f876ad13bf5ec96d9ea2 (patch) |
|
-rw-r--r-- |
man/1/tree | 20 |
1 files changed, 20 insertions, 0 deletions
| diff --git a/man/1/tree b/man/1/tree | |||
| 1 | ." Man page for tree |
||
| 2 | .TH TREE 1 "May 2023" "Version 1.0" "User Commands" |
||
| 3 | |||
| 4 | .SH NAME |
||
| 5 | tree - list contents of directories in a tree-like format. |
||
| 6 | |||
| 7 | .SH SYNOPSIS |
||
| 8 | .B tree |
||
| 9 | [-L \fIlevel\fR] |
||
| 10 | |||
| 11 | .SH DESCRIPTION |
||
| 12 | .PP |
||
| 13 | The \fBtree\fR command is a recursive directory listing program that displays files in a hierarchical structure with indentation based on their depth. It outputs the listing to the terminal. |
||
| 14 | |||
| 15 | .PP |
||
| 16 | If no arguments are provided, \fBtree\fR lists all the files in the current directory. When directory arguments are given, \fBtree\fR lists all the files and directories found within each specified directory. |
||
| 17 | |||
| 18 | .SH AUTHOR |
||
| 19 | .PP |
||
| 20 | Written by Mitja Felicijan (\fIm@mitjafelicijan.com\fR). |
||