How to make ack include .conf files?
How to configure ack (sometime开发者_Go百科s distributed as ack-grep) to always include .conf files into search?
Add the following to your .ackrc file:
--type-set=conf=.conf
Personally, I have one line in my .ackrc, which tells it to search all files:
-a
加载中,请稍侯......
精彩评论