概览

发布于 2026-07-28

安装

根据不同的操作系统或包管理器使用对应的具体终端命令安装。

macOS

brew install tree

Ubuntu & Debian

sudo apt update && sudo apt install tree -y

CentOS/RHEL/Fedora

sudo dnf install tree
 
//或者
 
sudo yum install tree -y