beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

Docs still suggest `-a` in v2.04 #325

Closed hoelzro closed 11 years ago

hoelzro commented 11 years ago

From the FAQ section:

Probably because it's of a type that ack doesn't recognize. ack's searching behavior is
driven by filetype. If ack doesn't know what kind of file it is, ack ignores the file.
Use the -f switch to see a list of files that ack will search for you.
If you want ack to search files that it doesn't recognize, use the -a switch.

Reported by @rjbs in the ack1 queue.

hoelzro commented 11 years ago

This has been solved, apparently.