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 —幫助