zstdless
Open a zstd compressed file for interactive reading, allowing scrolling and search. See also: zstd, less. More information: <https://manned.org/zstdless>.
Install
- All systems
-
curl cmd.cat/zstdless.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/zstdless
- Docker
-
docker run cmd.cat/zstdless zstdless
powered by Commando
Open a zstd compressed file for interactive reading, allowing scrolling and search. See also: zstd, less. More information: <https://manned.org/zstdless>.
-
Open a `zstd` compressed file:
zstdless path/to/file.zst
© tl;dr; authors and contributors