Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

tar unpack

tar -xzf packed.tar.gz
Comment

linux unpack .tar

- To extract a .tar archive, use the tar -xf command followed by the archive file name.

- To create a new one use tar -czf followed by the archive name 
and the files and directories you want to add to the archive.
Comment

PREVIOUS NEXT
Code Example
Shell :: git bash mac 
Shell :: add ignored file to git 
Shell :: cmd unzip windows 
Shell :: curl check response headers 
Shell :: install aptitude debian 
Shell :: bluetooth does not work after lock ubuntu 
Shell :: heroku error: src refspec master does not match any 
Shell :: create empty file command prompt cmd 
Shell :: add group 
Shell :: cmd zip folder 
Shell :: ubuntu find text in files 
Shell :: how to see deleted commit in git 
Shell :: php artisan doctrine migrations add all 
Shell :: instal maven in mac brew 
Shell :: how to navigate to a folder in cmd windows 10 
Shell :: Run speedtest from command line 
Shell :: svn commit file 
Shell :: import single table from mysql dump 
Shell :: composer install via cmd 
Shell :: make only one digit input box 
Shell :: git delete commit history 
Shell :: bbb secret key 
Shell :: compare two files shell script 
Shell :: make tarball backup of director 
Shell :: stack navigator 
Shell :: anydesk command line CENTOS 
Shell :: curl find latency 
Shell :: git exit commit message 
Shell :: git first time 
Shell :: bash multiline comment 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =