Find strings in a bunch of compressed (log)files:
find . -type f -name "HAYSTACKFILES*" | xargs -n1 bzcat | grep -a NEEDLE