# 關於顏色方面用這方法查看 網址: http://perldoc.perl.org/Term/ANSIColor.html 裡面: Function Interface 裡面 - recognized normal foreground color - recognized normal background color
# 再來安裝 ag 這個比 grep, ack 還快的玩意 brew install the_silver_searcher
# 安裝過程中可能會出現這種錯誤 checking for style of include used by make... GNU checking dependency style of cc... none checking whether make supports nested variables... yes ./configure: line 3911: syntax error near unexpected token `PCRE,' ./configure: line 3911: `PKG_CHECK_MODULES(PCRE, libpcre)'
Error: the_silver_searcher did not build Logs: /Users/[用戶]/Library/Logs/Homebrew/the_silver_searcher/ Help: https://github.com/mxcl/homebrew/wiki/troubleshooting
# 解決方法,重新建立 PKG 的軟鏈接,並重裝 brew link pkg-config brew install the_silver_searcher