mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 00:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display the block count and block size of an ISO file:
|
||||
|
||||
`isosize --sectors {{path/to/file.iso}}`
|
||||
`isosize {{[-x|--sectors]}} {{path/to/file.iso}}`
|
||||
|
||||
- Display the size of an ISO file divided by a given number (only usable when --sectors is not given):
|
||||
|
||||
`isosize --divisor={{number}} {{path/to/file.iso}}`
|
||||
`isosize {{[-d|--divisor]}} {{number}} {{path/to/file.iso}}`
|
||||
|
||||
Reference in New Issue
Block a user