macOS
brew install treeUbuntu & Debian
sudo apt update && sudo apt install tree -yCentOS/RHEL/Fedora
sudo dnf install tree
//或者
sudo yum install tree -y概览
根据不同的操作系统或包管理器使用对应的具体终端命令安装。
brew install treesudo apt update && sudo apt install tree -ysudo dnf install tree
//或者
sudo yum install tree -y