lzmainfo

Langue: en

Version: 112231 (mandriva - 01/05/08)

Section: 1 (Commandes utilisateur)

NAME

lzmainfo - show infomation stored in the LZMA compressed file header

SYNOPSIS

lzmainfo [ --help | filename ]

DESCRIPTION

lzmainfo shows information stored in the LZMA compressed file header. It reads the first 13 bytes from the specified filename, decodes the header and prints it to the standard output in human readable format. If no filename is specified, the standard input is read.

Usually the most interesting information is the uncompressed size and the dictionary size. Uncompressed size can be shown only if the file is in the non-streamed LZMA format. The amount of memory required to decompress the file is a few kilobytes plus the dictionary size.

DIAGNOSTICS

lzmainfo returns zero on success and non-zero on error.

AUTHORS

lzmainfo is part of the LZMA utils written originally for the Tukaani Linux by Lasse Collin <lasse.collin@tukaani.org>.
http://tukaani.org/lzma/

lzmainfo contains code from the LZMA SDK written by Igor Pavlov.
http://7-zip.org/sdk.html

SEE ALSO

lzma(1), lzmadec(1)