diff options
| 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) | |
| tree | e1f74d72edcbdbd4f42c4a69f148d168d77880e6 | |
| parent | 78f67b44eed6c3c60b17df67ee1912d2e2eb466b (diff) | |
| download | p9tree-56280b64a5931118d928f876ad13bf5ec96d9ea2.tar.gz | |
Added man file
| -rw-r--r-- | man/1/tree | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/man/1/tree b/man/1/tree new file mode 100644 index 0000000..42c2fef --- /dev/null +++ b/man/1/tree @@ -0,0 +1,20 @@ +." Man page for tree +.TH TREE 1 "May 2023" "Version 1.0" "User Commands" + +.SH NAME +tree - list contents of directories in a tree-like format. + +.SH SYNOPSIS +.B tree +[-L \fIlevel\fR] + +.SH DESCRIPTION +.PP +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. + +.PP +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. + +.SH AUTHOR +.PP +Written by Mitja Felicijan (\fIm@mitjafelicijan.com\fR). |
