LinuxCommandLibrary

lrunzip

Uncompress LRZ files

TLDR

Decompress a file

$ lrunzip [filename.lrz]
copy


Decompress a file using a specific number of processor threads
$ lrunzip -p [8] [filename.lrz]
copy


Decompress a file and silently overwrite files if they exist
$ lrunzip -f [filename.lrz]
copy


Keep broken or damaged files instead of deleting them when decompressing
$ lrunzip -K [filename.lrz]
copy


Specify output file name and/or path
$ lrunzip -o [outfilename] [filename.lrz]
copy

SYNOPSIS

Header "SYNOPSIS" 1 lrunzip [options] FILE [... FILE]

DESCRIPTION

Header "DESCRIPTION" lrunzip is identical to CW(C`lrzip -d (C' used to decompress files.

OPTIONS

Header "OPTIONS" See lrzip (1).

ENVIRONMENT

Header "ENVIRONMENT" None.

FILES

Header "FILES" None.

AUTHORS

Header "AUTHORS" Program was written by Con Kolivas.

This manual page was written by Jari Aalto <jari.aalto@cante.net> (but may be used by others). Released under license GNUGPL version 2 or (at your option) any later version. For more information about license, visit <http://www.gnu.org/copyleft/gpl.html>.

SEE ALSO

Header "SEE ALSO" lrzip.conf(5), lrzip(1), lrzcat(1), lrztar(1), lrzuntar(1), lrz(1), bzip2(1), gzip(1), lzop(1), rzip(1), zip(1)

Copied to clipboard