tldr/pages/linux/isosize.md

17 lines
421 B
Markdown
Raw Normal View History

2020-10-06 21:39:49 +01:00
# isosize
> Display the size of an ISO file.
> 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}}`