LoginSignup
33
16

More than 5 years have passed since last update.

Macで `.gz` ファイルの内容を確認したい場合はzcatではなくてgzcatを使うらしい

Posted at
  • .gzファイルをzcatすると↓のように怒られる

    zcat: can't stat: xxx.gz (xxx.gz.Z): No such file or directory
    
  • かわりにgzcatコマンドを使用すればOK

    gzcat xxx.gz
    
33
16
2

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
33
16