Answers for "zip syntax linux"

2

linux install zip command

sudo apt install zip
Posted by: Guest on August-05-2020
0

zip files linux

zip -r archivename.zip directory_name
Copy
Posted by: Guest on January-21-2022
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