1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 08:15:23 +02:00
tldr/pages/common/bzip2recover.md

10 lines
240 B
Markdown
Raw Normal View History

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