Answers for "how to find zip file in linux"

20

how to extract a zip file in linux terminal

sudo apt-get install unzip
Posted by: Guest on May-06-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