2020-10-06 15:39:49 -05:00
|
|
|
# isosize
|
|
|
|
|
|
|
|
> Display the size of an ISO file.
|
2021-04-16 16:42:14 +02:00
|
|
|
> More information: <https://manned.org/isosize>.
|
2020-10-06 15:39:49 -05:00
|
|
|
|
|
|
|
- Display the size of an ISO file:
|
|
|
|
|
|
|
|
`isosize {{path/to/file.iso}}`
|
|
|
|
|
2020-12-04 07:37:44 -05:00
|
|
|
- Display the block count and block size of an ISO file:
|
2020-10-06 15:39:49 -05:00
|
|
|
|
2025-03-28 16:06:49 +02:00
|
|
|
`isosize {{[-x|--sectors]}} {{path/to/file.iso}}`
|
2020-10-06 15:39:49 -05:00
|
|
|
|
|
|
|
- Display the size of an ISO file divided by a given number (only usable when --sectors is not given):
|
|
|
|
|
2025-03-28 16:06:49 +02:00
|
|
|
`isosize {{[-d|--divisor]}} {{number}} {{path/to/file.iso}}`
|