LinuxCommandLibrary

lrzuntar

Extract whole tarball from .tar.lrz files

TLDR

Decompress from a file to the current directory

$ lrzuntar [path/to/archive.tar.lrz]
copy


Decompress from a file to the current directory using a specific number of processor threads
$ lrzuntar -p [8] [path/to/archive.tar.lrz]
copy


Decompress from a file to the current directory and silently overwrite items that already exist
$ lrzuntar -f [archive.tar.lrz]
copy


Specify the output path
$ lrzuntar -O [path/to/directory] [archive.tar.lrz]
copy


Delete the compressed file after decompression
$ lrzuntar -D [path/to/archive.tar.lrz]
copy

SYNOPSIS

Header "SYNOPSIS" 1 lrzuntar [options] DIRECTORY.tar.lrz

DESCRIPTION

Header "DESCRIPTION" lrzuntar is identical to CW(C`lrztar -d (C' used to decompress lrzip compressed tarballs.

OPTIONS

Header "OPTIONS" See lrzip (1)

ENVIRONMENT

Header "ENVIRONMENT" None.

FILES

Header "FILES" None.

AUTHORS

Header "AUTHORS" This manual page was written by Con Kolivas <kernel@kolivas.org> (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), lrztar(1), lrzip(1), lrunzip(1), lrzcat(1), lrz(1), bzip2(1), gzip(1), lzop(1), rzip(1), zip(1)

Copied to clipboard