mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
bzip2recover: add page (#16918)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
parent
fcf9657555
commit
88b420bef0
1 changed files with 9 additions and 0 deletions
9
pages/common/bzip2recover.md
Normal file
9
pages/common/bzip2recover.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue