是什么 ? | : | a recursive directory listing command that produces a depth indented listing of files, which is colorized ala dircolors if the LS_COLORS environment variable is set and output is to tty. |
开发语言 | : | C |
官方网站 | : | http://mama.indstate.edu/users/ice/tree |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | Chocolatey | choco install -y tree |
macOS | HomeBrew | brew install tree |
GNU/Linux | HomeBrew | brew install tree |
apt | sudo apt-get install -y tree | |
CentOS | yum | sudo yum install -y tree |
dnf | sudo dnf install -y tree | |
openSUSE | zypper | sudo zypper install -y tree |
Alpine Linux | apk | sudo apk add tree |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge tree |
tree
的使用格式:
tree [option]... [DIR]
查看tree
的简要帮助。
只显示n层目录(n为数字)。
目录显示在前,文件显示在后。
显示所有文件和目录。
显示目录名称而非内容。