Files
cheatsheet-tldr/tldr/bzip2recover
2025-06-25 00:20:50 +00:00

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}}`