Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-08 00:14:59 +00:00
parent a812b3c467
commit f8bee5305f
111 changed files with 540 additions and 310 deletions

View File

@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
- Back up the partition layout to a file:
`sudo sfdisk {{-d|--dump}} {{path/to/device}} > {{path/to/file.dump}}`
`sudo sfdisk {{[-d|--dump]}} {{path/to/device}} > {{path/to/file.dump}}`
- Restore a partition layout:
@@ -26,4 +26,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display help:
`sfdisk {{-h|--help}}`
`sfdisk {{[-h|--help]}}`