Compact (Unix)
From Just Solve the File Format Problem
(Difference between revisions)
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
|||
| Line 24: | Line 24: | ||
** https://www.tuhs.org/Archive/Distributions/UCB/4.3BSD/src.tar.gz → old/compact/* | ** https://www.tuhs.org/Archive/Distributions/UCB/4.3BSD/src.tar.gz → old/compact/* | ||
* [https://github.com/temisu/ancient Ancient] | * [https://github.com/temisu/ancient Ancient] | ||
| + | * [https://github.com/Xelitan/Free-Pascal-port-of-Unix-compact-uncompact Free Pascal port, source code+binary for Windows] | ||
== Sample files == | == Sample files == | ||
Latest revision as of 09:06, 18 April 2026
- See Compact for other formats with that name.
compact is an old Unix file compression utility and compressed file format, similar in function to pack and compress. It uses adaptive Huffman coding. It was developed by Colin L. McMaster.
It has companion utilities named uncompact and ccat.
Compacted files have a capitalized ".C" suffix.
Contents |
[edit] Identification
Compacted files most likely start with bytes ff 1f.
However, 1f ff is also possible, depending on how the software was configured at compile time. It's not clear what the intent was.
[edit] Software
- compact (source code)
- Ancient
- Free Pascal port, source code+binary for Windows