summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-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).