效果
.
├── SQLite
│ └── tysql.sqlite
├── TeachYourselfSQL_MySQL
│ ├── README.pdf
│ ├── create.txt
│ └── populate.txt
├── TeachYourselfSQL_MySQL.zip
└── TeachYourselfSQL_SQLite.zip
安装
brew install tree
使用
直接使用
tree
解决中文乱码
tree -N
指定目录深度
tree -L 2
# 其他命令说明可以在 help 中查看
tree --help