cd /usr/local
find Cellar
Cellar/wget/1.16.1
Cellar/wget/1.16.1/bin/wget
Cellar/wget/1.16.1/share/man/man1/wget.1
ls -l bin
bin/wget -> ../Cellar/wget/1.16.1/bin/wget
4.使用brew安装软件
brew install git
5.使用brew查询软件
brew search /wge*/----查询brew上有的版本
brew list —列出已安装的软件
brew update —更新Homebrew
brew home *—用浏览器打开
brew info *—显示软件内容信息
brew deps * —显示包依赖
brew server * —启动web服务器,可以通过浏览器访问http://localhost:4567/ 来同网页来管理包
brew -h brew —帮助