Is there a way to get ack to search the file whose file name begins with . (e.g. .htaccess) without resorting to the --all or --unrestricted ?
I tried adding the following to my ~/.ackrc no avail:
--type-set=apache=.htaccess
perl .htaccess ack dotfiles
Andrew
source share