Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tar extract to path

tar -xf archive.tar -C /target/directory
Comment

tar extract to folder

# 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 extract to specific location

tar xvf my.tar.gz -C /home/my/location/
Comment

PREVIOUS NEXT
Code Example
Shell :: pgadmin4 container 
Shell :: best audio visualiser for linux 
Shell :: how to check current status of apache2 ubuntu 18 
Shell :: extract rpm in linux 
Shell :: kill port 
Shell :: `Cannot autolaunch D-Bus without X11 $DISPLAY` 
Shell :: git config user settup 
Shell :: Create And Restore MongoDB Backups 
Shell :: git stash pop index 
Shell :: Failure while executing; git clone https://github.com/Homebrew/homebrew-core /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core --depth=1 exited with 128. 
Shell :: kill wine process 
Shell :: unzip command in linux 
Shell :: how to exit vim 
Shell :: trim video linux 
Shell :: git commit to a new branch 
Shell :: how to check jenkins version in ubuntu 
Shell :: install adonisjs 
Shell :: string to array bash 
Shell :: install safari in ubunut 
Shell :: add all changes and commit in git 
Shell :: openssl p12 to pem 
Shell :: installing react router dom with yarn 
Shell :: windows terminal starting directory 
Shell :: linux unzip tar.gz 
Shell :: pesquisar git 
Shell :: git diff between local and remote branch 
Shell :: disable password ssh login 
Shell :: ubuntu power saving 
Shell :: error: cannot run ssh: No such file or directory 
Shell :: wsl home folder location 
ADD CONTENT
Topic
Content
Source link
Name
5+6 =