Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
 
PREVIOUS NEXT
Tagged: #linux #unpack
ADD COMMENT
Topic
Name
6+4 =