summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-05-20 19:28:20 +0000
committerMitja Felicijan <m@mitjafelicijan.com>2023-05-20 19:28:20 +0000
commit56280b64a5931118d928f876ad13bf5ec96d9ea2 (patch)
treee1f74d72edcbdbd4f42c4a69f148d168d77880e6
parent78f67b44eed6c3c60b17df67ee1912d2e2eb466b (diff)
downloadp9tree-56280b64a5931118d928f876ad13bf5ec96d9ea2.tar.gz
Added man file
-rw-r--r--man/1/tree20
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).