Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to extract tgz file in linux

tar zxvf file_name.tgz

where,
-z : Uncompress the resulting archive with gzip command
-x : Extract to disk from the archive
-v : Produce verbose output i.e. show progress and file names while extracting files
-f backup.tgz : Read the archive from the specified file called backup.tgz
Comment

linux extract tgz

tar zxvf file.tgz
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu get folder size 
Shell :: force git to use ssh 
Shell :: mac os uninstall oh my zsh 
Shell :: install laravel ui in laravel 8 
Shell :: hdfs remove directory 
Shell :: linux screen brightness command line 
Shell :: change dns linux 
Shell :: git remove unpushed commit 
Shell :: how to stop port 3000 in windows 
Shell :: install bootstrap 
Shell :: kill process running on port in windows 
Shell :: how to stop a port from listening 
Shell :: uninstall packages raspberry pi terminal 
Shell :: kill nohup process 
Shell :: bash command to find the number of files in a directory 
Shell :: apply last stash git 
Shell :: crontab logs centos 
Shell :: open firewall port ubuntu 16.04 
Shell :: sudo user centos 
Shell :: git stash history 
Shell :: ubuntu install iptables-persistent 
Shell :: vue-cli-service not found 
Shell :: certbot get new certificate apache 
Shell :: install jupyter notebook ubuntu 20.04 
Shell :: how to uninstall miniconda ubuntu 
Shell :: openssl view certificate 
Shell :: brew install openssl 1.0 
Shell :: git update submodule recursive 
Shell :: react native expo install 
Shell :: install deb file 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =