美文网首页
mac 增加 tree 命令

mac 增加 tree 命令

作者: 无名氏_1 | 来源:发表于2015-10-02 00:32 被阅读38次

在 ~/.bash_profile 中增加一条alias命令
<code>alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"</code>

方式2

brew install tree

ps. * 如果 ~/ 目录下没有.bash_profile 就新建一个*
*第二种方式 我暂时没有成功 *

相关文章

网友评论

      本文标题:mac 增加 tree 命令

      本文链接:https://www.haomeiwen.com/subject/tgkgcttx.html