Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 59 Bytes

grep.md

File metadata and controls

2 lines (2 loc) · 59 Bytes

zgrep

find -name *.gz -print0 | xargs -0 zgrep "string"