Pack (software)
{{lowercase title}}
{{Refimprove|date=June 2012}}
{{infobox file format
| name = Pack
| extension = .z
| genre = data compression
| website =
}}
Pack is a legacy Unix shell compression program based on Huffman coding.{{man|1|pack|v8}}{{man|1|pack|Solaris}}
The unpack utility will restore files to their original state after they have been compressed using the pack utility. If no files are specified, the standard input will be uncompressed to the standard output.
Although obsolete, support for packed files exists in modern compression tools such as gzip{{cite web |last1=Holen |first1=Vidar |title=An ode to pack: gzip's forgotten decompressor |url=https://www.vidarholen.net/contents/blog/?p=691 |website=Vidar’s Blog: GNU, Linux and technology in general |access-date=16 November 2018}} and 7-zip.
Description of program
See also
References
{{reflist}}
External links
- [https://pubs.opengroup.org/onlinepubs/007908799/xcu/pack.html pack(1)] in The Single UNIX Specification, Version 2, 1997, opengroup.org
- [https://pubs.opengroup.org/onlinepubs/009695399/xrat/xcu_chap04.html C.4 Utilities] in The Open Group Base Specifications Issue 6, opengroup.org – indicates pack as excluded
- {{man|1|pack|v8}}
- {{man|1|pack|Solaris}}
- [https://archive.org/stream/UNIXManRel5/301-925_I1#page/n282/mode/1up Pack command Manual]
{{Compression Software Implementations}}