LINUX is used to decompress the compressed file

xiaoxiao2021-03-06  97

Author: Linux enthusiasts from: www.LinuxByte.net Last updated: 2003-12-1

.tar decompression: TAR XVF filename? .tar compression: TAR CVF filename? .tar Dirname? (Note: TAR is packaged, not compressed!) ------------------- --------------------------. gz decompression 1: gunzip filename? .gz decompressed 2: gzip -d filename? .gz compression: gzip filename ? .tar.gz decompressed: TAR ZXVF filename? .tar.gz compression: TAR ZCVF FileName? .tar.gz Dirname? ----------------------- ----------------------. BZ2 decompression 1: bzip2 -d filename? .bz2 decompressed 2: bunzip2 filename? .bz2 compression: bzip2 -z filename ?. TAR.BZ2 decompression: tar jxvf filename? .tar.bz2 compression: TAR JCVF filename? .tar.bz2 DIRNAME? ------------------------- --------------------.bz decompression 1: bzip2 -d filename? .bz decompressed 2: bunzip2 filename? .bz compression: unknown .tar.bz decompression: tar JXVF filename? .tar.bz compression: unknown -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -----. Z decompression: uncompress filename? .Z compression: compress filename? .Tar.z decompression: TAR ZXVF FileName? .Tar.z Compression: TAR ZCVF FileName? .Tar.z Dirname? ----- ----------------------------------------. TGZ decompression: TAR ZXVF FileName? .tgz Compression: Unknown .tar.tgz decompression: TAR ZXVF FileName? .Tar.tgz Compressed: TAR ZCVF FileName? --------------------- ------------------------. Zip decompression: unzip filename? .zip compression: zip file Name? .Zip Dirname? ---------------------------------------------------------------------------------------------------------------------------------------------------------------- -.rar decompression: RAR a filename? .rar compression: r ar e filename? .rar

RAR please go: http://www.rarsoft.com/download.htm Download! After decompression, please copy RAR_STATIC to the / usr / bin directory (other directory specified by the $ PATH environment variable): [Root @ www2 tmp] # CP rar_static / usr / bin / rar -------- -------------------------------------. LHA decompression: LHA -E FileName? .lha compression: LHA -A FileName? .lha filename?

LHA please go to: http://www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/ Download! > Copy LHA to / usr / bin directory after decompression (Other directory specified by the $ PATH environment variable): [Root @ www2 tmp] # CP LHA / USR / BIN / ------------------------ -------------------------------------. Tar .tgz .tar.gz .tar.z. Tar.bz .tar.bz2 .zip .cpio.rpm .deb .slp .arj .rar .ce .lha .lzh .lzx .lzs .arc .sda .sfx .lnx .zoo .cab .kar .cpt .pit. SIT .SEA decompression: SEX X FileName? * Compressed: SEX A FileName? * filename? Sex just call the relevant program, itself is not compressed, unzipped, please pay attention! SEX please: http://sourceforge.net/projects/sex download! After decompression, please copy the SEX to the / usr / bin directory (Other directory specified by the $ PATH environment variable): [Root @ www2 tmp] # CP SEX / USR / BIN /

Reference: Linux File Compression Tool Guide (actually seeing help is the best way, usually all commands can be used with "--help" parameters!)

转载请注明原文地址:https://www.9cbs.com/read-124507.html

New Post(0)