Bzip2
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
| Line 7: | Line 7: | ||
|pronom={{PRONOM|x-fmt/268}} | |pronom={{PRONOM|x-fmt/268}} | ||
}} | }} | ||
| − | '''bzip2''' is a | + | '''bzip2''' is a data compression algorithm and compressed file format. |
| − | == | + | == Identification == |
| + | Files begin with bytes <code>42 5A ?? ?? 31 41 59 26 53 59</code>. | ||
| − | * [[Wikipedia: | + | == Software == |
| + | * [http://bzip.org/ bzip2 and libbzip2] | ||
| + | |||
| + | == Links == | ||
| + | * [[Wikipedia:Bzip2|Wikipedia article]] | ||
Revision as of 17:05, 22 April 2013
bzip2 is a data compression algorithm and compressed file format.
Identification
Files begin with bytes 42 5A ?? ?? 31 41 59 26 53 59.