ack3
ack3 copied to clipboard
Doc bug re: --range-end
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)__'
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)__'
Thanks, this has been fixed.