Are tar.gz and tgz the same thing?

前端 未结 4 1880
北海茫月
北海茫月 2021-01-30 12:27

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.

4条回答
  •  感情败类
    2021-01-30 12:32

    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).

    They are identical.

提交回复
热议问题