." 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).
