2020-10-06 21:39:49 +01:00
|
|
|
# isosize
|
|
|
|
|
|
|
|
> Display the size of an ISO file.
|
2021-04-16 15:42:14 +01:00
|
|
|
> More information: <https://manned.org/isosize>.
|
2020-10-06 21:39:49 +01:00
|
|
|
|
|
|
|
- Display the size of an ISO file:
|
|
|
|
|
|
|
|
`isosize {{path/to/file.iso}}`
|
|
|
|
|
2020-12-04 12:37:44 +00:00
|
|
|
- Display the block count and block size of an ISO file:
|
2020-10-06 21:39:49 +01:00
|
|
|
|
|
|
|
`isosize --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}}`
|