Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

extract tar gz overwrite

# tar -xvf command will overwrite the files. Suppose if you use “-k” then it will keep your old files.
tar -xvf --overwrite archive.tar.gz
 
PREVIOUS NEXT
Tagged: #extract #tar #gz #overwrite
ADD COMMENT
Topic
Name
4+2 =