Linux Tree Command Maker

Easily generate tree commands with a user-friendly interface.

General Options
File Display Options
Sorting Options
File Information Display
Special Output Options
Tree Representation Options
Generated Command
tree
Tree Command Examples
Command Purpose
tree -a Display Tree with Hidden Files
tree -L 2 Limit Depth of Displayed Directories
tree -d Display Only Directories
tree -f Print Full Path of Files and Directories
tree -s List Files with Their Sizes
tree -I "node_modules" Ignore Specific Files or Directories
tree > tree_out.txt Save Tree Output to a File