Files
cheatsheet-tldr/tldr/linux/isosize
2025-03-29 00:18:23 +00:00

22 lines
531 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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 {{[-x|--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 {{[-d|--divisor]}} {{number}} {{path/to/file.iso}}`