funzip
Print the content of the first (non-directory) member in an archive without extraction. More information: <https://manned.org/funzip>.
Install
- All systems
-
curl cmd.cat/funzip.sh
- Debian
-
apt-get install unzip
- Ubuntu
-
apt-get install unzip
- Alpine
-
apk add unzip
- Arch Linux
-
pacman -S unzip
- Kali Linux
-
apt-get install unzip
- CentOS
-
yum install unzip
- Fedora
-
dnf install unzip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install unzip
- OS X
-
brew install unzip
- Raspbian
-
apt-get install unzip
- Dockerfile
- dockerfile.run/funzip
- Docker
-
docker run cmd.cat/funzip funzip
powered by Commando
Print the content of the first (non-directory) member in an archive without extraction. More information: <https://manned.org/funzip>.
-
Print the content of the first member in a `.zip` archive:
funzip path/to/archive.zip
-
Print the content in a `.gz` archive:
funzip path/to/archive.gz
-
Decrypt a `.zip` or `.gz` archive and print the content:
funzip -password password path/to/archive
© tl;dr; authors and contributors