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 :: install next auth 
Shell :: adonis version 
Shell :: npm install @emotion/core 
Shell :: git remote set-url username password 
Shell :: set global node version using nvm 
Shell :: git remove user password 
Shell :: check start date of process id linux 
Shell :: pause powershell script until keypress 
Shell :: linux install deb file 
Shell :: anydesk ubuntu 
Shell :: how to remove git history for a file 
Shell :: cmd kill process 
Shell :: powershell append to file 
Shell :: clear mac dns cache 
Shell :: update index assume changed 
Shell :: install chatterbot anaconda 
Shell :: error: snap "flutter" has "remove-snap" change in progress 
Shell :: install opencl library 
Shell :: files to 644 folder to 775 
Shell :: ubuntu Install a file integrity tool to monitor changes to critical and sensitive files 
Shell :: install ngrx/effects 
Shell :: unistall filezilla ubuntu 
Shell :: PHP Fatal error: Uncaught Error: Call to undefined function MoontoastMathcadd() in /var/www/html/sms-reporting-portal/vendor/moontoast/math/src/Moontoast/Math/BigNumber.php:506 
Shell :: extract ros bag file data to csv 
Shell :: Dominic Fike - 3 Nights magnum pi 
Shell :: whatsapp download linux 
Shell :: install jupyter homebrew 
Shell :: how add access user to docker linux 
Shell :: unzip all files in a directory linux 
Shell :: create necxt app 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =