zless
View gzip and xz compressed files. More information: <https://manned.org/zless>.
Install
- All systems
-
curl cmd.cat/zless.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 updatesudo apt-get install gzip - OS X
-
brew install gzip - Raspbian
-
apt-get install gzip - Docker
-
docker run cmd.cat/zless zlesspowered by Commando
View gzip and xz compressed files. More information: <https://manned.org/zless>.
-
Page through a `gzip` compressed file with `less`:
zless file.txt.gz
© tl;dr; authors and contributors