I have some text "bar" contained in files FOO
and foo.cc
.
Is there a way to tell ack-grep
to search inside files with no extension (namely FOO
)?
I've tried something like this:
ack-grep --type-set=foo=FOO bar
which returns the text in foo.cc, but not file FOO.
I've also added the --type-set to my .ackrc file, calling
ack-grep --help-types
shows that ack-grep is looking for .FOO
files.