mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 12:58:38 +00:00
Update cheatsheets
This commit is contained in:
14
tldr/bzip2recover
Normal file
14
tldr/bzip2recover
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user