commands.sh

isosize

linux

Display the size of an ISO file.

More info →

Options (2)

-x, --sectorsboolean

Display the block count and block size of an ISO file

Example: isosize {{[-x|--sectors]}} {{path/to/file.iso}}
-d, --divisorboolean

Display the size of an ISO file divided by a given number (only usable when --sectors is not given)

Example: isosize {{[-d|--divisor]}} {{number}} {{path/to/file.iso}}

Examples (3)

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
made by @shridhargupta | data from tldr-pages