Post

[Linux]ファイルの圧縮、解凍方法

tar.gz

圧縮

$ tar -zcvf xxxx.tar.gz directory

解凍

$ tar -zxvf xxxx.tar.gz

参考

[Linux]ファイルの圧縮、解凍方法 - Qiita https://qiita.com/supersaiakujin/items/c6b54e9add21d375161f

This post is licensed under CC BY 4.0 by the author.