Creating a .zip file using TERMUX or Kali Linux
Fisrt update and install requirments ..
$ apt update
$ apt upgrade
$ apt install zip
$ apt install unzip
**Creating Zip file :
$ zip name.zip [your files]
Here name.zip is the name for that zip file
**Unzip process :
$ unzip name.zip
that's it it will unzip your zip file..
Enjoy...
All Copyright Are Reserved ©