From 56280b64a5931118d928f876ad13bf5ec96d9ea2 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 20 May 2023 19:28:20 +0000 Subject: Added man file --- man/1/tree | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/1/tree (limited to 'man/1') 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). -- cgit v1.2.3