zstdcat
This command is an alias of zstd --decompress --stdout.
Install
- All systems
-
curl cmd.cat/zstdcat.sh
- Debian
-
apt-get install zstd
- Ubuntu
-
apt-get install zstd
- Alpine
-
apk add zstd
- Arch Linux
-
pacman -S zstd
- Kali Linux
-
apt-get install zstd
- Fedora
-
dnf install zstd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install zstd
- OS X
-
brew install zstd
- Raspbian
-
apt-get install zstd
- Dockerfile
- dockerfile.run/zstdcat
- Docker
-
docker run cmd.cat/zstdcat zstdcat
powered by Commando
This command is an alias of zstd --decompress --stdout.
-
View documentation for the original command:
tldr zstd
© tl;dr; authors and contributors