Skip to main content



submitted by /u/niceperl
[link] [comments]




grep-like code search tool ack has been updated to v3.8.0. It's available on CPAN as App::Ack, or at https://beyondgrep.com/

The big new feature is that you can have boolean matches on the line.

bash ack this --and that --and other and this --or that --or other ack this --not that --not other

submitted by /u/petdance
[link] [comments]