Answers for "zip files via console linux"

8

zip files in folder linux

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

linux zip file

gzip -c filename > filename.gz
Posted by: Guest on March-01-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language