Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tar.gz terminal

tar -xzvf archive.tar.gz
Comment

tar gz linux command

tar -czvf projects.tar.gz projects/
Comment

linux tar gz

# compress
tar czvf < archive_name >.tar.gz < path >
# extract
tar xzvf < archive_name >.tar.gz
tar xzvf < archive_name >.tar.gz  -C /home/usera/tmp
Comment

tar.gz

tar -xvzf community_images.tar.gz
Comment

Linux tar.gz

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

PREVIOUS NEXT
Code Example
Shell :: twig install 
Shell :: vscode display all extensions 
Shell :: reset iis 
Shell :: alpine sudo not found 
Shell :: changeset in jenkins pipeline 
Shell :: how to install mono on aws linux 
Shell :: how to enable migration in package manager console 
Shell :: ubuntu kill process on a port 
Shell :: read line by using linnumber shell 
Shell :: install vnc on ubuntu 
Shell :: ifconfig not foound 
Shell :: ohow to kill pm2 servers 
Shell :: typescript detect circular dependency 
Shell :: install emacs 
Shell :: bash check if variable is number 
Shell :: install tor linux 
Shell :: remove last commit git 
Shell :: ssh-keygen and ssh-copy-id 
Shell :: git remove origin 
Shell :: conda linux 
Shell :: flutter doctor - CocoaPods installed but not working 
Shell :: create ubuntu 20.04 with azure cli 
Shell :: choco install npm 
Shell :: convert all files and folders in current directory into zip in linux 
Shell :: gitignore global example 
Shell :: install supervisor ubuntu 20.04 
Shell :: install heroku cli on linux 
Shell :: git delete all merged branches 
Shell :: clean my ubuntu 
Shell :: Exit bash script if not running as root 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =