You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-H, --with-filename Print the filename for each match (default:
on unless explicitly searching a single file)
-h, --no-filename Suppress the prefixing filename on output
But it's not just the filename that it controls. It also controls the line number. The filename+linenumber are a matching set.
From ack --help
But it's not just the filename that it controls. It also controls the line number. The filename+linenumber are a matching set.
Is it bad that
--with-filename
and--no-filename
doesn't just affect filename?Also, this is probably related to #142. Are we going to have mutex issues with
-n/--line-number
and-h/--no-filename
?The text was updated successfully, but these errors were encountered: