Pack (Unix)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|z}} }} '''pack''' is a command in Unix-style operating systems to compress files using [[Huffman enc...") |
Dan Tobias (Talk | contribs) (Avoid redirect) |
||
Line 5: | Line 5: | ||
}} | }} | ||
− | '''pack''' is a command in Unix-style operating systems to compress files using [[Huffman | + | '''pack''' is a command in Unix-style operating systems to compress files using [[Huffman coding]]. Files normally have a .z extension, appended to their names including any other extension they may already have in their uncompressed versions, e.g., '''file.txt.z'''. |
== References == | == References == | ||
* [http://www.mkssoftware.com/docs/man1/pack.1.asp pack man page (MKS Toolkit)] | * [http://www.mkssoftware.com/docs/man1/pack.1.asp pack man page (MKS Toolkit)] | ||
* [http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=%2Fcom.ibm.zos.r13.bpxa500%2Fpack.htm pack man page (IBM)] | * [http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=%2Fcom.ibm.zos.r13.bpxa500%2Fpack.htm pack man page (IBM)] |
Revision as of 14:49, 23 February 2013
pack is a command in Unix-style operating systems to compress files using Huffman coding. Files normally have a .z extension, appended to their names including any other extension they may already have in their uncompressed versions, e.g., file.txt.z.