0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Mac で圧縮ファイル を解凍する[gzip -d,unzip,tar xzfv,tar xjfv]

Last updated at Posted at 2019-10-29

いつもgzip,unzip などがわからなくてググるのでメモ
https://dekirukigasuru.com/blog/2017/05/27/archiver/ を参考

.gzの解凍

unzip を使う

gzファイルを解凍
gzip -d ~/path/to/~~.gz 

gzipに-dオプションを付けます。

.tar.gzの解凍

tar xzfv

tar.gzの解凍
tar xzfv ~~.tar.gz

tar.bz2の解凍

tar xjfv

tar xzfv
tar xzfv ~~.tar.bz2

コマンドの意味もあとで記載したい

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?