The manual's a little light on the details.
All it says is:
--output=expr Output the evaluation of expr for each line
# Print included files. ack --output '$1' '#include <(.*)>'
The manual's a little light on the details.
All it says is:
What expression are they talking about? A regular expression? If so, how is that different from a normal grep?