HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

isosize — Display the size of an ISO file. More information: <https://manned.org/isosize>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandisosizeclifilesizedisplayiso
linux

Problem

How to use the isosize command: Display the size of an ISO file. More information: <https://manned.org/isosize>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/isosize

Revisions (0)

No revisions yet.