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

PREVIOUS NEXT
Code Example
Shell :: Authentication is required to create a color managed device 
Shell :: zsh profile 
Shell :: hdfs dfs add file 
Shell :: pyinstaller no console 
Shell :: list usb devices linux tty 
Shell :: kill all processes by name cmd 
Shell :: laravel 8 composer install 
Shell :: linux check user group list 
Shell :: git stash unstaged 
Shell :: how to find and replace a string in a file using shell script on mac 
Shell :: man command not found arch 
Shell :: install xampp ubuntu 20.04 
Shell :: check solidity version 
Shell :: angular cli install ubuntu 
Shell :: kill all processes holding a port 
Shell :: Git checkout remote branch in git 
Shell :: how to install jq to windows 
Shell :: how to check my git username 
Shell :: find a file linux 
Shell :: wsl folder linux windows access 
Shell :: bash git coloring 
Shell :: add hp printer linux 
Shell :: update linux bash history editor 
Shell :: git stash command with name 
Shell :: Start Xampp Mysql In Ubantu 
Shell :: alpine linux /bin/sh: node: not found 
Shell :: bash remove directory 
Shell :: adonis list routes 
Shell :: k8s create namespace 
Shell :: linux view running jobs 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =