Forrest logo
back to context overview

isosize

List of commands for isosize:

  • isosize:tldr:08a88 isosize: Display the block count and block size of an ISO file.
    $ isosize --sectors ${filename-iso}
    try on your machine
    explain this command
  • isosize:tldr:102eb isosize: Display the size of an ISO file.
    $ isosize ${filename-iso}
    try on your machine
    explain this command
  • isosize:tldr:a2de5 isosize: Display the size of an ISO file divided by a given number (only usable when --sectors is not given).
    $ isosize --divisor=${number} ${filename-iso}
    try on your machine
    explain this command
back to context overview