zcmp
Compare compressed files. More information: <https://manned.org/zcmp>.
Install
- All systems
-
curl cmd.cat/zcmp.sh
- Debian
-
apt-get install gzip
- Ubuntu
-
apt-get install gzip
- Alpine
-
apk add gzip
- Arch Linux
-
pacman -S gzip
- Kali Linux
-
apt-get install gzip
- CentOS
-
yum install gzip
- Fedora
-
dnf install gzip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gzip
- OS X
-
brew install gzip
- Raspbian
-
apt-get install gzip
- Dockerfile
- dockerfile.run/zcmp
- Docker
-
docker run cmd.cat/zcmp zcmp
powered by Commando
Compare compressed files. More information: <https://manned.org/zcmp>.
-
Invoke `cmp` on two files compressed via `gzip`:
zcmp path/to/file1.gz path/to/file2.gz
-
Compare a file to its gzipped version (assuming `.gz` exists already):
zcmp path/to/file
© tl;dr; authors and contributors