macOS 使用 tree 列出文件目录树

December 29, 2018

效果

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

Profile picture

Written by xiaohai who lives and works in ShenZhen, building useful things.