Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
- Securely discard all blocks on a device, removing all data:
`blkdiscard --secure {{/dev/device}}`
`blkdiscard {{[-s|--secure]}} {{/dev/device}}`
- Discard the first 100 MB of a device:
`blkdiscard --length {{100MB}} {{/dev/device}}`
`blkdiscard {{[-l|--length]}} {{100MB}} {{/dev/device}}`