2020-10-06 21:39:49 +01:00
|
|
|
# isosize
|
|
|
|
|
|
|
|
> Display the size of an ISO file.
|
|
|
|
> More information: <https://linux.die.net/man/8/isosize>.
|
|
|
|
|
|
|
|
- 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}}`
|