Answers for "gzip command to unzip .gz file"

11

unzip a .gz file in linux

gunzip file.gz
Posted by: Guest on October-14-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