My goal is to find all \"=\" occurrences with ack. How can I do that?
=
ack \"=\"
Doesn\'t work. Please tell me how ca
ack "<\?="
? is a regex operator, so it needs escaping