Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

unzip tar.gz

tar -xvf file.tar.gz
Comment

unzip a tar.gz file in linux

tar -xvzf community_images.tar.gz
Comment

extract tar.gz in linux

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

make tar.gz

tar -czvf projects.tar.gz $HOME/projects/
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 :: net start docker service 
Shell :: node number id generator 
Shell :: git remember credentials ubuntu 
Shell :: list all node versions mac 
Shell :: unstage files in git 
Shell :: how to create tag in git 
Shell :: how to install winetricks 
Shell :: edit cron jobs linux 
Shell :: install pandas 
Shell :: change window name command prompt 
Shell :: how to update kali linux 
Shell :: git remote set origin 
Shell :: Undo the commit and completely remove all changes 
Shell :: curl skip ssl 
Shell :: magento 2 configure cron command line 
Shell :: bash float division 
Shell :: turn off screen linux 
Shell :: sourcetree change commit message not pushed 
Shell :: rm -rf 
Shell :: tasksel: apt-get failed (100) 
Shell :: how to install opencv in anaconda, jupyter notebook 
Shell :: ts-node not found 
Shell :: git new branch push to remote 
Shell :: ionic publish 
Shell :: remove passphrase from ssh key 
Shell :: give docker permission to non-root user in linux 
Shell :: change ratio vmware ubuntu 
Shell :: enable rdp powershell 
Shell :: npm install mongoose specific version 
Shell :: eslint init 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =