Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

extract gz file ubuntu

gzip -d file.gz
Comment

Extract a .gz file on Linux terminal

gunzip filename.gz
Comment

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
Comment

PREVIOUS NEXT
Code Example
Shell :: linux ls order by size 
Shell :: how to check my git username 
Shell :: scan port linux 
Shell :: install pyqt5 designer 
Shell :: whybar not showing icons 
Shell :: angular install version 12 
Shell :: bash: /usr/bin/ng: No such file or directory 
Shell :: linux change default editor 
Shell :: update local repository from github 
Shell :: react native git error: src refspec main does not match 
Shell :: check system memory type 
Shell :: awk count if 
Shell :: force delete a branch in git 
Shell :: update linux zsh history editor 
Shell :: install mocha 
Shell :: laravel generate random 6 digit number 
Shell :: Start Xampp Mysql In Ubantu 
Shell :: command to install apache 
Shell :: ubuntu delete files older than 5 days 
Shell :: adb shell proxy 
Shell :: how to delete images older than x days from docker hub 
Shell :: how to install modules from requirement.txt 
Shell :: git check staged changes 
Shell :: download bangla font ubuntu 
Shell :: nginx: invalid option: "restart" 
Shell :: install chrome in ubuntu 16.04 using terminal 
Shell :: ipconfig in ubantu 
Shell :: django load data 
Shell :: how to kill vscode linux 
Shell :: how to do change permissions partition in linux 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =