Answers for "linux unzip gzip file"

6

how to decompress gzip file in linux

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

unzip folder .gz file in linux

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language