Create Zip file
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
your files means = your files to make zip such as .txt .md folder .png .jpg etc..,
Unzip process :
$ unzip name.zip
that's it it will unzip your zip file..
I tried this but when i unzipped it, all my file was lost
ReplyDelete