What is the difference between .chm and .tgz?
- Extension
- .chm
- .tgz
- Format
- Binary
- Binary
- Category
- Developer
- Compressed
- Developer
- Microsoft
- GNU
- Description
- Comprises of texts, hyperlinks, and images that make up help documentation saved in HTML format. They provide help solutions that can be viewed on web browsers.
- Unix .TAR file archive compressed with Gnu Zip (.GZIP) compression; uses a TAR archive to bundle the files together and Gzip compression to reduce the file size; commonly used on Unix and Linux systems; originally created as the shorthand version of the compound extension .TAR.GZ.
- MIME Type
- application/vnd.ms-htmlhelp
- application/x-compressed
- Sample
- sample.tgz
- Wikipedia
- .chm on Wikipedia
- .tgz on Wikipedia