File: igzip.1.h2m

package info (click to toggle)
libisal 2.31.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,776 kB
  • sloc: asm: 44,577; ansic: 42,149; sh: 915; makefile: 622; pascal: 345
file content (31 lines) | stat: -rw-r--r-- 646 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[Name]
igzip \- compress or decompress files similar to gzip

[Description]

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.

[Examples]

Make compressed file1.gz and file2.gz and keep file1 and file2.
.RS
.B igzip file1 file2
.RE

Piped compression and decompression.
.RS
.B igzip -c file.txt | igzip -d -c -
.RE

Streaming compression from output of tar, compress level 2.
.RS
.B tar cf - dir1 | igzip -2 > dir1.tar.gz
.RE

[Reporting Bugs]

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