1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/isosize.md
2020-10-06 17:39:49 -03:00

16 lines
429 B
Markdown

# 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}}`
- Diplay the block count and block size of an ISO file:
`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}}`