LoginSignup
0
0

More than 3 years have passed since last update.

【Linux】ディレクトリ内の複数のgzipを一括でgrepする

Posted at

すぐ忘れるのでメモ

結論

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

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0