System Grab Bag

View all TLDR pages from Linux (or from all pages)

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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.