LoginSignup
1
1

More than 5 years have passed since last update.

tar.gzファイルと.tarファイルの展開方法

Posted at

tar.gzファイルと.tarファイルの展開方法

自分で展開する際に、結構時間を掛けて探してしまったので、以下にまとめておきたいと思います。

tar.gzファイルの場合

$ tar -zxvf abc.tar.gz

tarファイルの場合

$ tar -xvf abc.tar
1
1
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
1
1