Linux Archive
12 functions
tartar [OPTION]... [FILE]...Archive files.
tar -czftar -czf ARCHIVE.tar.gz DIR/Create a gzip-compressed tar archive.
tar -xzftar -xzf ARCHIVE.tar.gzExtract a gzip-compressed tar archive.
tar -tzftar -tzf ARCHIVE.tar.gzList contents of a tar.gz archive.
gzipgzip [OPTION]... FILE...Compress files using gzip.
gunzipgunzip [OPTION]... FILE.gz...Decompress gzip files.
zipzip [OPTION]... ARCHIVE.zip FILE...Create a zip archive.
unzipunzip [OPTION]... ARCHIVE.zipExtract a zip archive.
unzip -lunzip -l ARCHIVE.zipList contents of a zip archive.
bzip2bzip2 [OPTION]... FILE...Compress files using bzip2.
bunzip2bunzip2 [OPTION]... FILE.bz2...Decompress bzip2 files.
xzxz [OPTION]... FILE...Compress files using xz (high compression ratio).
