最近我編寫了一個bash script來從Xcode項目中刪除未使用的圖像。這對山獅來說工作得很好。今天我安裝了最新版本的Mavericks(我乾淨安裝)。但現在運行終端命令,即bash removeunusedimages.sh
。我收到以下錯誤:Ack commad未找到錯誤
removeUnusedImages.sh: line 5: ack: command not found
我已經嘗試過在google上搜索ack,但仍無法解決問題。
最近我編寫了一個bash script來從Xcode項目中刪除未使用的圖像。這對山獅來說工作得很好。今天我安裝了最新版本的Mavericks(我乾淨安裝)。但現在運行終端命令,即bash removeunusedimages.sh
。我收到以下錯誤:Ack commad未找到錯誤
removeUnusedImages.sh: line 5: ack: command not found
我已經嘗試過在google上搜索ack,但仍無法解決問題。
採用自制的安裝:
brew install ack
注意:如果你要釀造命令未找到錯誤。
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
家釀來源:http://brew.sh/
然後你就可以使用下面的命令安裝BREWAck是一個類似於grep的工具。你可以從這裏安裝...
curl http://beyondgrep.com/ack-2.12-single-file > ~/bin/ack && chmod 0755 !#:3