Answers for "zip a folder in linux using gzip"

6

zip files in folder linux

zip -r myfiles.zip mydir
Posted by: Guest on May-09-2020
1

unzip zip linux on specific folder

unzip /path/to/file.zip -d temp_for_zip_extract
Posted by: Guest on April-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language