Compact (Unix)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
(Software)
Line 18: Line 18:
  
 
== Software ==
 
== Software ==
Source code:
+
* compact (source code)
* http://www.retro11.de/ouxr/43bsd/usr/src/old/compact/
+
** http://www.retro11.de/ouxr/43bsd/usr/src/old/compact/
* 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]
  
 
== Links ==
 
== Links ==

Revision as of 13:02, 11 July 2023

File Format
Name compact (Unix)
Ontology
Extension(s) .C
Released ~1979

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.

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.

Software

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox