Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to tar linux

tar -zcvf file.tar.gz /path/to/dir/
Comment

linux tar command

Create a new tar archive.
$ tar cvf archive_name.tar dirname/

Extract from an existing tar archive.
$ tar xvf archive_name.tar

View an existing tar archive.
$ tar tvf archive_name.tar
Comment

PREVIOUS NEXT
Code Example
Shell :: check lines of code added removed by a specific user 
Shell :: install woeusb in ubuntu 
Shell :: ng2-charts 
Shell :: wsl install cmake 
Shell :: how to commit to github from terminal mac 
Shell :: find user shell 
Shell :: batch loop through folders in a directory 
Shell :: shell combine gzipped files 
Shell :: flutter uninstall package inside project 
Shell :: conda install pdf2image 
Shell :: iisreset 
Shell :: Keep CMD open after BAT file executes 
Shell :: docker alpine create user and group 
Shell :: list all built-in commands you can run in linux 
Shell :: sed replace in file 
Shell :: tar gz linux command 
Shell :: tcpdump get dhcp packets 
Shell :: docker run image command 
Shell :: create group ubuntu 
Shell :: certbot dry run renew 
Shell :: mac os generate public key from private key 
Shell :: git replace with origin branch 
Shell :: enable ip forwarding linux 
Shell :: terminal delete directory not empty 
Shell :: uninstalling audacity on linux 
Shell :: Could not create service of type FileHasher using BuildSessionServices.createFileHasher() 
Shell :: linux list adb 
Shell :: conda install flask-cors 
Shell :: remove git proxy local 
Shell :: connect your phone as emulator 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =