1LZMADEC(1)                  General Commands Manual                 LZMADEC(1)
2
3
4

NAME

6       lzmadec - small and fast LZMA decoder
7

SYNOPSIS

9       lzmadec [--help] [everything else is ignored]
10

DESCRIPTION

12       lzmadec  is  a small and fast decoder for LZMA compressed files.  It is
13       intended to work as a drop-in replacement for lzma in situations  where
14       available  disk  space  is limited, only decoder is needed and the data
15       can be decompressed from the standard input  to  the  standard  output.
16       This  has  been  achieved by simply ignoring all command line arguments
17       except --help.
18

DIAGNOSTICS

20       lzmadec returns 0 on success and 1 on error. Checking the  exit  status
21       is  the only way to detect errors because lzmadec never prints any mes‐
22       sages except when --help is specified.
23

EXAMPLES

25       You can replace lzma executable with lzmadec for example in  this  kind
26       of situations:
27       lzma -d < myfile.lzma > myfile || echo Error
28       lzma -d < myfile.lzma | less
29       tar xf myfile.tar.lzma --use=lzma myfile1.bin myfile2.txt
30       tar xYf myfile.tar.lzma (Requires tar patched to support LZMA.)
31

AUTHORS

33       LZMAdec  (lzmadec) is part of the LZMA utils written originally for the
34       Tukaani   Linux    by    Lasse    Collin    <lasse.collin@tukaani.org>.
35       http://tukaani.org/lzma/
36
37       The  actual  decoding  is done by the code from the LZMA SDK written by
38       Igor Pavlov. http://7-zip.org/sdk.html
39

SEE ALSO

41       lzma(1), lzmainfo(1)
42
43
44
45LZMA utils                        28 May 2005                       LZMADEC(1)
Impressum