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.
tar czvf file
There's no difference at all. .tgz is simply shorthand for .tar.gz.
.tgz
.tar.gz