1LZMAINFO(1) General Commands Manual LZMAINFO(1)
2
3
4
6 lzmainfo - show infomation stored in the LZMA compressed file header
7
9 lzmainfo [ --help | filename ]
10
12 lzmainfo shows information stored in the LZMA compressed file header.
13 It reads the first 13 bytes from the specified filename, decodes the
14 header and prints it to the standard output in human readable format.
15 If no filename is specified, the standard input is read.
16
17 Usually the most interesting information is the uncompressed size and
18 the dictionary size. Uncompressed size can be shown only if the file is
19 in the non-streamed LZMA format. The amount of memory required to
20 decompress the file is a few kilobytes plus the dictionary size.
21
23 lzmainfo returns zero on success and non-zero on error.
24
26 lzmainfo is part of the LZMA utils written originally for the Tukaani
27 Linux by Lasse Collin <lasse.collin@tukaani.org>.
28 http://tukaani.org/lzma/
29
30 lzmainfo contains code from the LZMA SDK written by Igor Pavlov.
31 http://7-zip.org/sdk.html
32
34 lzma(1), lzmadec(1)
35
36
37
38LZMA utils 30 May 2005 LZMAINFO(1)