Answers for "gzip compress file linux"

9

how to decompress gzip file in linux

gunzip -k file.gz
Posted by: Guest on September-25-2020
12

unzip a .gz file in linux

gunzip file.gz
Posted by: Guest on October-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language