I created .tgz file with tar czvf file command.then I ended up with a tgz file. I want to know the difference between it and tar.gz.
I created .tgz file with tar czvf file command.then I ended up with a
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think in the old package repo days,
.tgzwas used because files on DOS floppies could only have three letter extensions. When this limitation was removed,.tar.gzwas used to be more verbose by showing both the archive type (tar) and zipper (gzip).They are identical.