06Oct/15

Searching Source Code with GREP or ACK

Articles to check out: * https://www.digitalocean.com/community/tutorials/how-to-install-and-use-ack-a-grep-replacement-for-developers-on-ubuntu-14-04 * http://beyondgrep.com/why-ack/ * http://readwrite.com/2010/11/10/how-to-search-your-source-with GREP (rinIE) or EGREP (rinI) the all round search utility grep -rinIE "match word" /folder grep -rinIE "match word" /folder egrep -rinIRead More…