79448927

Date: 2025-02-18 16:14:11
Score: 0.5
Natty:
Report link

No need to unzip the files, use zgrep instead of grep. This can even grep a mixture of zipped and non-zipped files. Note that you may have to escape some special characters, e.g:

zgrep  '\(too\|to\) slow' *.log.gz *.log     # finds "too slow" and "to slow"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: karsten