̃Gg[͂ĂȃubN}[Nɒlj

Unix :: コマンド / gzip・gunzip



コマンド説明
gzipファイルの圧縮を行なう
gunzipファイルの伸長を行なう


圧縮

% gzip -c hoge > hoge.gz
-c : 標準出力し、元のファイルを削除しない


伸長

% gunzip -c hoge.gz > hoge
-c : 標準出力し、元のファイルを削除しない



unix/command/gzip-gunzip.txt