One Line Command Collection(OLCC)

From RADION OpenLab

Find strings in a bunch of compressed (log)files:

find . -type f -name "HAYSTACKFILES*" | xargs -n1  bzcat | grep -a NEEDLE
RADION OpenLAB