Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-25 00:20:50 +00:00
parent 9b28211252
commit f4e4b40a39
35 changed files with 147 additions and 70 deletions

14
tldr/bzip2recover Normal file
View 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}}`