Use ack-grep with an extension type
01 Jul 2015Search for some contents (‘foo’) only inside files with a specific custom extension (.ice):
ack-grep --type-set ice:match:/.+\\.ice/ --ice 'foo'
Search for whole words: -w
.
Search for some contents (‘foo’) only inside files with a specific custom extension (.ice):
ack-grep --type-set ice:match:/.+\\.ice/ --ice 'foo'
Search for whole words: -w
.