效果
.
├── 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