Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to untar tar.gz

 tar xvzf file.tar.gz
Comment

linux unpack tar.gz file

tar -zxvf file_name.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

how to unzip tar.gz file

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

PREVIOUS NEXT
Code Example
Shell :: install auth in laravel 8 
Shell :: install composer ubuntu 
Shell :: jupyter link environment 
Shell :: restart nginx 
Shell :: give 777 permission folder and subfolders in linux 
Shell :: set hostname debian 10 
Shell :: npm install @reach/router 
Shell :: update snap store ubuntu 22.04 
Shell :: bash check parameter is set 
Shell :: installing eslint globally 
Shell :: sudo not found docker 
Shell :: Column count of mysql.proc is wrong. Expected 21, found 20. Created with MariaDB 100145, now running 100415. Please use mysql_upgrade to fix this error 
Shell :: bash if substring 
Shell :: Error: Unable to resolve module `react-native-screens` from `node_modules/@react-navigation/bottom-tabs/src/views/BottomTabView.tsx`: react-native-screens could not be found within the project. 
Shell :: adb server kill and start 
Shell :: update system in manjaro 
Shell :: debian 11 sources.list 
Shell :: git show origin url 
Shell :: install graphene-django 
Shell :: reverse an array in shell scripting 
Shell :: reset branch on local git 
Shell :: git add missed to last commit 
Shell :: remove pods from xcode project terminal 
Shell :: if argument supplied bash 
Shell :: install sshuttle ubuntu 
Shell :: install next globally 
Shell :: git log with date 
Shell :: flutter skia shader compilation error 
Shell :: install onenote in ubuntu 
Shell :: xdebug ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =