Hi I have multiple compressed files that I need to run grep against.

I am trying to find 'foo', 'bar' and '192.168.1.100' against all the
compressed log files.

This will work?

ls 201612*.gz | parallel zgrep foo {} | grep bar | grep 192.168.1.100

Thanks for such an awsome tool!

-- 
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?

Reply via email to