Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tar gz

# compress
tar -czvf projects.tar.gz projects/
# extract
tar -xzvf projects.tar.gz

-c, --create
      create a new archive
-x, --extract, --get
      extract files from an archive
-z, --gzip, --gunzip --ungzip
-v, --verbose
      verbosely list files processed
-f, --file ARCHIVE
      use archive file or device ARCHIVE

tar [-] A --catenate --concatenate | c --create | d --diff --compare | --delete | r --append | t --list |
    --test-label | u --update | x --extract --get [options] [pathname ...]
Comment

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

make tar.gz

tar -czvf projects.tar.gz $HOME/projects/
Comment

Linux tar.gz

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

PREVIOUS NEXT
Code Example
Shell :: copy folder ubuntu 
Shell :: linux check if dir is mounted 
Shell :: shell script remove file if exists 
Shell :: list devices in network 
Shell :: git command line see log 
Shell :: command wait bash 
Shell :: revert back to a commit git 
Shell :: install discord in linux 
Shell :: nginx stop if proxy_pass is down 
Shell :: brew install pgdump 
Shell :: how to max cpu usage in linux 
Shell :: make git forget a file 
Shell :: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/singh/Library/LaunchAgents/homebrew.mxcl.httpd.plist` exited with 5. singh@Singhs-Air ~ % sudo apachectl start 
Shell :: remove docker created network 
Shell :: grep exclude directory 
Shell :: count number of lines of code in git repo 
Shell :: pm2 adonisjs 
Shell :: git change remote branch name 
Shell :: git push pull asks for login everytime 
Shell :: install zsh 
Shell :: apt install crunch kali linux 
Shell :: git reset remote origin 
Shell :: ubuntu screenshot tool 
Shell :: “git force rebase abort” 
Shell :: how to set up git for github 
Shell :: docker active log 
Shell :: HOW TLONG FOR VS TO INSTALL?!?!? 
Shell :: How to download git for linux and unix 
Shell :: see number of documents in mongodb collection 
Shell :: install siege on mac 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =