mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 17:42:07 +02:00

Most of the links were replaced by manned.org, except when there are more up-to-date sources (like `ifup`) or first-party sources (like `sftp`).
16 lines
421 B
Markdown
16 lines
421 B
Markdown
# isosize
|
|
|
|
> Display the size of an ISO file.
|
|
> More information: <https://manned.org/isosize>.
|
|
|
|
- Display the size of an ISO file:
|
|
|
|
`isosize {{path/to/file.iso}}`
|
|
|
|
- Display 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}}`
|