SCO compress LZH

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Editors' notes)
Line 5: Line 5:
 
}}
 
}}
 
'''SCO compress LZH''' refers to a compressed file format that can be created by the SCO Unix version of the <code>compress</code> utility, as an alternative to the [[compress (Unix)|standard compress format]]. The LZH format usually has a better compression ratio. The <code>-H</code> option must be used to create such files.
 
'''SCO compress LZH''' refers to a compressed file format that can be created by the SCO Unix version of the <code>compress</code> utility, as an alternative to the [[compress (Unix)|standard compress format]]. The LZH format usually has a better compression ratio. The <code>-H</code> option must be used to create such files.
 +
 +
The man page says "Portions of this code used for Lempel-Ziv-Huffman encoding were based on Rahul Dhesi's [[Zoo]] archiver which was adapted from Haruhiko Okumura's [[Ar (Haruhiko Okumura)|ar archiver]]".
  
 
== Identification ==
 
== Identification ==
Line 16: Line 18:
 
== Links ==
 
== Links ==
 
* [http://osr600doc.sco.com/en/man/html.C/compress.C.html SCO compress man page]
 
* [http://osr600doc.sco.com/en/man/html.C/compress.C.html SCO compress man page]
 
== Editors' notes ==
 
 
The man page says "Portions of this code used for Lempel-Ziv-Huffman encoding were based on Rahul Dhesi's [[Zoo]] archiver which was adapted from Haruhiko Okumura's ar archiver".
 
 
Gzip says "The code in this file is directly derived from the public domain 'ar002' written by Haruhiko Okumura."
 
 
Use of {{CdTextfiles|simtel/simtel20/MSDOS/ARCHIVRS/AR002.ZIP|ar002}} suggests [[LHA]]'s "lh5" compression.
 
  
 
[[Category:File formats with extension .z]]
 
[[Category:File formats with extension .z]]
 
[[Category:File formats with case sensitive extensions]]
 
[[Category:File formats with case sensitive extensions]]

Revision as of 14:26, 14 August 2021

File Format
Name SCO compress LZH
Ontology
Extension(s) .Z

SCO compress LZH refers to a compressed file format that can be created by the SCO Unix version of the compress utility, as an alternative to the standard compress format. The LZH format usually has a better compression ratio. The -H option must be used to create such files.

The man page says "Portions of this code used for Lempel-Ziv-Huffman encoding were based on Rahul Dhesi's Zoo archiver which was adapted from Haruhiko Okumura's ar archiver".

Identification

Files begin with signature bytes 1f a0.

Compare to compress (Unix)#Identification.

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox