Answers for "how do you uncompress gzip compress file in linux?"

6

how to decompress gzip file in linux

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

how to unzip gzip files in terminal

for a .gz file use: gunzip name_of_file.gz
Posted by: Guest on February-26-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language