mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 17:00:51 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user