Freeze/Melt

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Disambiguation)
Line 5: Line 5:
 
|released=≤1991
 
|released=≤1991
 
}}
 
}}
 +
:''See [[Freeze]] for other formats with that name.''
 +
 
'''Freeze''' is a file compression utility used from the command line in Unix-style operating systems. '''Melt''' is the corresponding decompressor. The format is sometimes called "'''frozen'''". It was developed by Leonid A. Broukhis. It is considered obsolete now in favor of [[gzip]].
 
'''Freeze''' is a file compression utility used from the command line in Unix-style operating systems. '''Melt''' is the corresponding decompressor. The format is sometimes called "'''frozen'''". It was developed by Leonid A. Broukhis. It is considered obsolete now in favor of [[gzip]].
 
== Disambiguation ==
 
For another format named Freeze, see [[Freeze!]].
 
 
The [[LHA|LHarc/LHA]] software uses the terms "Freezing" and "Melting" during operation, though its format is not related.
 
 
For more icy formats, see the [[ICE|ICE disambiguation page]].
 
  
 
== Format details ==
 
== Format details ==

Revision as of 19:50, 23 August 2020

File Format
Name Freeze/Melt
Ontology
Extension(s) .F, .f, .lzc
Released ≤1991
See Freeze for other formats with that name.

Freeze is a file compression utility used from the command line in Unix-style operating systems. Melt is the corresponding decompressor. The format is sometimes called "frozen". It was developed by Leonid A. Broukhis. It is considered obsolete now in favor of gzip.

Format details

A two-pass compression is done with a Lempel-Zev algorithm on the first pass and a dynamic Huffman algorithm on the second. The characteristics of the Huffman table used are added to the file. File attributes, ownership, etc., are preserved, and a .F extension is added. A two-byte magic number is prepended to the file (\037\236 octal for versions 1.x, and \037\237 for later versions).

Software

References

  • Man page (in NOAA site, which should know something about freezing!)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox