What is the difference between .hxw and .tgz?
- Extension
 - .hxw
 - .tgz
 
- Format
 - Binary
 - Binary
 
- Category
 - Developer
 - Compressed
 
- Developer
 - Microsoft
 - GNU
 
- Description
 - Microsoft Help 2.x is a proprietary format for online help files, developed by Microsoft and first released in 2001 as a help system for Visual Studio .NET (2002) and MSDN Library.
 - 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/hxw
 - application/x-compressed
 
- Sample
 - sample.tgz
 
- Wikipedia
 - .hxw on Wikipedia
 - .tgz on Wikipedia