GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IGZIP(1) User Commands IGZIP(1)

igzip - compress or decompress files similar to gzip

igzip [options] [infiles]

Compress 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.

help, print this message
-#
use compression level # with 0 <= # <= 3
<file> output file
write to stdout
decompress file
compress file (default)
overwrite output without prompting
remove source files after successful (de)compression
keep source files (default)
suffix to use while (de)compressing
show version number
verbose mode
save/use file name and timestamp in compress/decompress
do not save/use file name and timestamp in compress/decompress
test compressed file integrity
use n threads to compress if enabled
suppress warnings

with no infile, or when infile is - , read standard input

Make 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

Report bugs to https://github.com/intel/isa-l/issues

December 2024 igzip 2.31.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.