Last Updated: February 25, 2016
·
452
· iamjarvo

Skip directory for ack search

When searching for where a method is being called you might want to ignore a directory. Sometimes I would like to ignore my test directory.

ack "name_of_method" --ignore-dir=test

I am using ack 1.96