ack3 icon indicating copy to clipboard operation
ack3 copied to clipboard

Doc bug re: --range-end

Open petdance opened this issue 5 years ago • 1 comments

after and end are not working together here as suggested

 Or to search after Perl's `__DATA__` or `__END__` markers, you would do

      ack pattern --range-end='^__(END|DATA)__'

petdance avatar Jun 19 '20 00:06 petdance

This correction will fix the documentation error. Suggested fix:

 Or to search after Perl's `__DATA__` or `__END__` markers, you would do

      ack pattern --range-start='^__(END|DATA)__'

epement-db avatar Jul 26 '21 19:07 epement-db

Thanks, this has been fixed.

petdance avatar Aug 21 '22 03:08 petdance