拡張子 | 圧縮形式 | コマンド |
---|---|---|
.zip | zip | unzip [filepath] gunzip [filepath] |
.gz | gzip | gunzip [filepath] gzip -d [filepath] |
.Z | compress | uncompress [filepath] gunzip [filepath] |
.bz2 | bzip2 | bzip2 -d [filepath] bunzip2 [filepath] |
.tar.gz .tgz |
tar + gzip | tar -xfz [filepath] tar -xvf [filepath] gunzip [filepath] |
.tar.Z .taz |
tar + compress | tar -xfZ [filepath] |
.tar.bz2 .tbz2 |
tar + bzip2 | tar -xfj [filepath] |
.tar.sz .tsz |
tar + snappy | |
.tar.lz4 .tlz4 |
tar + lzip4 | |
.tar.xz .txz |
tar + xz | tar -xvf [filepath] |
.rar | rar | unrar x [filepath] |
.lzh .lha |
lzh | lha x [filepath] |
.7z | 7-zip | 7z x -y [filepath] |
.tar | tar | tar -xvf [filepath] |
.arj | arj | unarj [filepath] |
.cab | cabbinet | cabextract [filepath] |
.jar | jar | jar xf [filepath] |
解凍コマンド一覧
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment