We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
然后一直按return键即可
$ brew install tree
$ tree -a //显示所有文件和目录。
$ tree -d //显示目录名称而非内容
$ tree -L 2 //这个命令是比较实用的,后面的数字2代表几层
The text was updated successfully, but these errors were encountered:
No branches or pull requests
一、brew安装
然后一直按return键即可
二、brew使用
brew安装套件:
常用命令
$ tree -a //显示所有文件和目录。
$ tree -d //显示目录名称而非内容
$ tree -L 2 //这个命令是比较实用的,后面的数字2代表几层
The text was updated successfully, but these errors were encountered: