mac自己定义tree命令
Posted gavanwanggw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac自己定义tree命令相关的知识,希望对你有一定的参考价值。
编辑文件:
vim ~/.bash_profile
在文件末尾追加:
alias tree="find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g‘"
应用配置:
source ~/.bash_profile
以上是关于mac自己定义tree命令的主要内容,如果未能解决你的问题,请参考以下文章