Mac是没有tree命令的,可以通过find来显示:
Mac
tree
find
$ alias tree='find . -print | sed -e "s;[^/]*/;|____;g;s;____|; |;g"'
当然,还是建议安装tree方便一点:
brew install tree
获取帮助:
$ man tree $ tree --help
把结果导出到文件:
$ tree > dir.txt
← Mac查看端口占用 Mac触摸板与鼠标滚动方向独立设置 →