mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-08 09:46:00 +00:00
15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# bzip2recover
|
|
|
|
> Attempt to recover data from a damaged `.bz2` file.
|
|
> See also: `bzip2`.
|
|
> More information: <https://manned.org/bzip2recover>.
|
|
|
|
- Recover all intact blocks from a damaged `.bz2` file:
|
|
|
|
`bzip2recover {{damaged_file.bz2}}`
|