Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

extract tar.gz ubuntu terminal

tar -xvf yourfile.tar.gz
Comment

extract tar.gz in linux

tar –xvzf documents.tar.gz
Comment

extract tar.gz Ubuntu terminal

cd ~/Downloads/archive.tar.gz #first navigate to file location
tar -xzvf archive.tar.gz -C /path/to/new/directory/ 
#-C flag will change the extraction to a new directory.
#remove -C if you want to extract it to current location.
Comment

PREVIOUS NEXT
Code Example
Shell :: Kali linux Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root? virtualbox 
Shell :: hash sum mismatch ubuntu 
Shell :: notebook upgrade with conda 
Shell :: android studio 
Shell :: a script that generates the assembly code (Intel syntax) of a C code and save it in an output file 
Shell :: adb tap screen 
Shell :: mongodb restart command ubuntu 
Shell :: How to install Git in Ubuntu? 
Shell :: droidcam/v4l2loopback device not found (/dev/video[0-9]). did you install correctly? 
Shell :: ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs 
Shell :: reconnaissance in cyber security 
Shell :: git remote add origin gitlab 
Shell :: merge changes into previous commit 
Shell :: locale-gen fa_IR.UTF-8 ubuntu 
Shell :: install wget debian 
Shell :: linux find multiple filenames 
Shell :: debian install kernel headers uname 
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 :: access nodeport service from another machine in the same network 
Shell :: how to install differnt version of temsorflow 
Shell :: linux alle dateien löschen die älter als eine woche sind 
Shell :: use python shell with git bash 
Shell :: force delete a folder in linux 
Shell :: fetch remote branch git 
Shell :: flutter doctor android license status unknown 
Shell :: npm install globally 
Shell :: kali linux renew ip address 
Shell :: upgrade dart in flutter 
Shell :: linux setup pass gpg key 
Shell :: thousand separator shell 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =