Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to untar tar.gz

 tar xvzf file.tar.gz
Comment

unzip tar.gz

tar -xvf file.tar.gz
Comment

untar tar.gz

tar -xzf file.tar.gz
Comment

unrachive .tar.gz



tar -xvzf community_images.tar.gz
Also, to extract in a specific directory

for eg. to extract the archive into a custom my_images directory .

tar -xvzf community_images.tar.gz -C my_images
Comment

linux extract tar.gz

tar –xvzf documents.tar.gz
Comment

how to unzip tar.gz file

tar -xvf archive.tar.gz
or
tar -xf archive.tar.gz -C /home/linuxize/files
Comment

extract tar.gz

tar -xf archive.tar.gz
Comment

extract tar.gz

 tar -zxvf {file.tar.gz}
Comment

tar.gz

tar -xvzf community_images.tar.gz
Comment

extracting tar.gz

tar –xvf documents.tar
Comment

Linux tar.gz

tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
sudo make install
Comment

PREVIOUS NEXT
Code Example
Shell :: using tar 
Shell :: git resolve conflict using theirs 
Shell :: kafka set retention time for topic 
Shell :: 15 second rubber ducky password 
Shell :: git rm cached 
Shell :: symfony install website skeleton 
Shell :: ubuntu cmd time 
Shell :: download aws cli linux 
Shell :: linux login to github via git 
Shell :: install criterion ubuntu 
Shell :: command to check pip3 version on linux 
Shell :: unix set current time in file name 
Shell :: search in apt-get 
Shell :: how to uninstall a package with yarn 
Shell :: install terminator ubuntu 
Shell :: git set head to commit 
Shell :: show remote git 
Shell :: how to install gnu lib tool 
Shell :: bash print binary file 
Shell :: find zombie process PID in linux 
Shell :: roblox change leaderboard stats 
Shell :: how to start apache/2.4.6 linux 
Shell :: initialize github repository 
Shell :: docker container name 
Shell :: command to install PHP on Ubuntu 
Shell :: install pre-commit 
Shell :: git create new repo 
Shell :: loop over file bash 
Shell :: update linux ubuntu 
Shell :: virtualbox kernel driver not installed ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =