Archive for the ‘Terminal’ Category

Better Than Grep

Tuesday, April 20th, 2010

A co-worker recently introduced me to a sweet Unix terminal command “ack.” Ack is a grep replacement (or supplement) that allows you to search your file system, but ignores folders like .svn, cvs, and other folders you would not want to search on a version-controlled project. Ack is fast, cross-platform, and easy to use. Test [...]