Skip to content

Commit

Permalink
Add cross refs to other booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Dec 14, 2024
1 parent 05e7fd4 commit 76c76d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ack
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,8 @@ Note that the options that affect "dogs" also affect "cats", so if you have
then the search for both "dogs" and "cats" will be case-insensitive and be
word-limited.
See also C<--or> and C<--not>.
=item B<-A I<NUM>>, B<--after-context=I<NUM>>
Print I<NUM> lines of trailing context after matching lines.
Expand Down Expand Up @@ -1566,6 +1568,8 @@ if you have
then the search for both "dogs" and "cats" will be case-insensitive and be
word-limited.
See also C<--and> and C<--or>.
=item B<-o>
Show only the part of each line matching PATTERN (turns off text
Expand All @@ -1587,6 +1591,8 @@ Note that the options that affect "dogs" also affect "cats", so if you have
then the search for both "dogs" and "cats" will be case-insensitive and be
word-limited.
See also C<--and> and C<--not>.
=item B<--output=I<expr>>
Output the evaluation of I<expr> for each line (turns off text
Expand Down

0 comments on commit 76c76d5

Please sign in to comment.