how to decompress gzip file in linux
gunzip -k file.gz
how to decompress gzip file in linux
gunzip -k file.gz
extract gz file ubuntu
gzip -d file.gz
untar gz file ubuntu
#Untar to the specific dirctory -C qualifier for customized directory
#You must cd into the directory containg the file first
tar -xf archive.tar.gz -C /home/linuxize/files
#Untar specific files from archive.tar.gz
tar -xf archive.tar.gz file1 file2
unzip gz file linux
Unzip a . GZ file by typing "gunzip" into the "Terminal" window
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us