Hacker News new | ask | show | jobs
by clankyclanker 1907 days ago
I love this as a post-processor for log-files. We actually have something like this at work. Unfortunately, it's applied to log-files by default. It's terrible: it breaks grep, and I haven't been able to figure a way around that.

Have you found any solutions for grepping on matching lines? Presumably, one could use awk, but awk takes a lot of cycles.

1 comments

Grepping the _input_ is, like, Standard. Knowhatimean bruv?