1." Man page for tree
2.TH TREE 1 "May 2023" "Version 1.0" "User Commands"
3
4.SH NAME
5tree - 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
13The \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
16If 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
20Written by Mitja Felicijan (\fIm@mitjafelicijan.com\fR).