zdiff
Invoke diff on gzipped files. More information: <https://manned.org/zdiff>.
Install
- All systems
-
curl cmd.cat/zdiff.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/zdiff
- Docker
-
docker run cmd.cat/zdiff zdiff
powered by Commando
Invoke diff on gzipped files. More information: <https://manned.org/zdiff>.
-
Compare two files, uncompressing them if necessary:
zdiff path/to/file1.gz path/to/file2.gz
-
Compare a file to a gzipped archive with the same name:
zdiff path/to/file
© tl;dr; authors and contributors