Answers for "cpmove tar gz is"

26

tar.gz

tar -xvf file.tar.gz
Posted by: Guest on March-25-2020
2

is tgz the same as tar.gz

They are identical.
I think in the old package repo days, 
.tgz was used because files on DOS floppies could only have three letter 
extensions. When this limitation was removed,
.tar.gz was used to be more verbose by showing both the archive type (tar) 
and zipper (gzip).
Posted by: Guest on December-30-2021
0

extract tar gz

tar xvzf file.tar.gz
Posted by: Guest on July-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language