2 .\" Author: Lasse Collin
4 .\" This file has been put into the public domain.
5 .\" You can do whatever you want with this file.
7 .TH LZMAINFO 1 "2013-06-30" "Tukaani" "XZ Utils"
9 lzmainfo \- show information stored in the .lzma file header
17 shows information stored in the
20 It reads the first 13 bytes from the specified
22 decodes the header, and prints it to standard output in human
30 standard input is read.
32 Usually the most interesting information is
33 the uncompressed size and the dictionary size.
34 Uncompressed size can be shown only if
35 the file is in the non-streamed
38 The amount of memory required to decompress the file is
39 a few dozen kilobytes plus the dictionary size.
42 is included in XZ Utils primarily for
43 backward compatibility with LZMA Utils.
55 while the correct suffix would be
58 This is to keep the output compatible with LZMA Utils.