Horje
extract gz file ubuntu Code Example
how to decompress gzip file in linux
gunzip -k file.gz
extract gz file ubuntu
gzip -d file.gz
Source: linuxize.com
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
Source: linuxize.com




Shell

Related
how to uninstall pycharm professional in ubuntu 16.04 Code Example how to uninstall pycharm professional in ubuntu 16.04 Code Example
git search all branches Code Example git search all branches Code Example
eslint npm install Code Example eslint npm install Code Example
linux ls directories only Code Example linux ls directories only Code Example
restart sql server ubuntu Code Example restart sql server ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11