1LZIP(1)                          User Commands                         LZIP(1)
2
3
4

NAME

6       Lzip - data compressor based on the LZMA algorithm
7

SYNOPSIS

9       lzip [options] [files]
10

DESCRIPTION

12       Lzip - A data compressor based on the LZMA algorithm.
13

OPTIONS

15       -h, --help
16              display this help and exit
17
18       -V, --version
19              output version information and exit
20
21       -b, --member-size=<n>
22              set member size limit in bytes
23
24       -c, --stdout
25              send output to standard output
26
27       -d, --decompress
28              decompress
29
30       -f, --force
31              overwrite existing output files
32
33       -k, --keep
34              keep (don't delete) input files
35
36       -m, --match-length=<n>
37              set match length limit in bytes [80]
38
39       -o, --output=<file>
40              if reading stdin, place the output into <file>
41
42       -q, --quiet
43              suppress all messages
44
45       -s, --dictionary-size=<n>
46              set dictionary size limit in bytes [8MiB]
47
48       -S, --volume-size=<n>
49              set volume size limit in bytes
50
51       -t, --test
52              test compressed file integrity
53
54       -v, --verbose
55              be verbose (a 2nd -v gives more)
56
57       -1 .. -9
58              set compression level [default 6]
59
60       --fast alias for -1
61
62       --best alias for -9
63
64       If  no file names are given, lzip compresses or decompresses from stan‐
65       dard input to standard output.  Numbers may be  followed  by  a  multi‐
66       plier:  k  =  kB  = 10^3 = 1000, Ki = KiB = 2^10 = 1024, M = 10^6, Mi =
67       2^20, G = 10^9, Gi = 2^30, etc...
68

REPORTING BUGS

70       Report bugs to lzip-bug@nongnu.org
71       Lzip home page: http://www.nongnu.org/lzip/lzip.html
72
74       Copyright © 2010 Antonio Diaz Diaz.  License GPLv3+: GNU GPL version  3
75       or later <http://gnu.org/licenses/gpl.html>
76       This  is  free  software:  you  are free to change and redistribute it.
77       There is NO WARRANTY, to the extent permitted by law.
78

SEE ALSO

80       The full documentation for Lzip is maintained as a Texinfo manual.   If
81       the  info  and  Lzip  programs are properly installed at your site, the
82       command
83
84              info Lzip
85
86       should give you access to the complete manual.
87
88
89
90Lzip 1.10                         April 2010                           LZIP(1)
Impressum