zstdmt
This command is an alias of zstd --threads 0 (which sets the number of working threads to the number of physical CPU cores).
Install
- All systems
-
curl cmd.cat/zstdmt.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/zstdmt
- Docker
-
docker run cmd.cat/zstdmt zstdmt
powered by Commando
This command is an alias of zstd --threads 0 (which sets the number of working threads to the number of physical CPU cores).
-
View documentation for the original command:
tldr zstd
© tl;dr; authors and contributors