lrzuntar
A wrapper for lrunzip to simplify decompression of directories. See also: lrztar, lrzip. More information: <https://manned.org/lrzuntar>.
Install
- All systems
-
curl cmd.cat/lrzuntar.sh
- Debian
-
apt-get install lrzip
- Ubuntu
-
apt-get install lrzip
- Alpine
-
apk add lrzip
- Arch Linux
-
pacman -S lrzip
- Kali Linux
-
apt-get install lrzip
- Fedora
-
dnf install lrzip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install lrzip
- OS X
-
brew install lrzip
- Raspbian
-
apt-get install lrzip
- Dockerfile
- dockerfile.run/lrzuntar
- Docker
-
docker run cmd.cat/lrzuntar lrzuntar
powered by Commando
A wrapper for lrunzip to simplify decompression of directories. See also: lrztar, lrzip. More information: <https://manned.org/lrzuntar>.
-
Decompress from a file to the current directory:
lrzuntar path/to/archive.tar.lrz
-
Decompress from a file to the current directory using a specific number of processor threads:
lrzuntar -p 8 path/to/archive.tar.lrz
-
Decompress from a file to the current directory and silently overwrite items that already exist:
lrzuntar -f archive.tar.lrz
-
Specify the output path:
lrzuntar -O path/to/directory archive.tar.lrz
-
Delete the compressed file after decompression:
lrzuntar -D path/to/archive.tar.lrz
© tl;dr; authors and contributors