zstdgrep
fast lossless compression algorithm -- CLI tool
Install
- All systems
-
curl cmd.cat/zstdgrep.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/zstdgrep
- Docker
-
docker run cmd.cat/zstdgrep zstdgrep
powered by Commando
zstd
fast lossless compression algorithm -- CLI tool
Zstd, short for Zstandard, is a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level compression ratio. This package contains the CLI program implementing zstd.