Answers for "gzip folder .gz file in linux"

10

unzip a .gz file in linux

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

unzip folder .gz file in linux

tar -zxvf archive.tar.gz
Posted by: Guest on October-14-2021
3

unzip gz file linux

Unzip a . GZ file by typing "gunzip" into the "Terminal" window
Posted by: Guest on March-05-2020
0

gzip folder .gz file in linux

tar -zcvf archive.tar.gz directory/
Posted by: Guest on October-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language