「Linux」gunzipコマンドでファイルを解凍する方法
書式
gunzip オプション ファイル名
オプション
-c 標準出力
-f ファイルが存在する場合上書き
-l 情報を確認
使用例
# gunzip -l test.tar.gz
# gunzip test.tar.gz
# tar -xf test.tar
# ls -al
Coding Changes the World
書式
gunzip オプション ファイル名
オプション
-c 標準出力
-f ファイルが存在する場合上書き
-l 情報を確認
使用例
# gunzip -l test.tar.gz
# gunzip test.tar.gz
# tar -xf test.tar
# ls -al