|
NAMEigzip - compress or decompress files similar to gzipSYNOPSISigzip [options] [infiles]DESCRIPTIONCompress or decompress files similar to gzip using the ISA-L fast deflate library.Output .gz files are compatible with gzip and [RFC-1952]. Options are similar to gzip except --keep is default. OPTIONS
with no infile, or when infile is - , read standard input EXAMPLESMake compressed file1.gz and file2.gz and keep file1 and file2.igzip file1 file2
Piped compression and decompression. igzip -c file.txt | igzip -d -c -
Streaming compression from output of tar, compress level 2. tar cf - dir1 | igzip -2 > dir1.tar.gz
REPORTING BUGSReport bugs to https://github.com/intel/isa-l/issues
Visit the GSP FreeBSD Man Page Interface. |