System Grab Bag

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

isoinfo

Utility programs for dumping and verifying ISO disk images. More information: https://manned.org/isoinfo.
  • List all the files included in an ISO image:
    isoinfo -f -i {{path/to/image.iso}}
  • E[x]tract a specific file from an ISO image and send it out stdout:
    isoinfo -i {{path/to/image.iso}} -x {{/PATH/TO/FILE/INSIDE/ISO.EXT}}
  • Show header information for an ISO disk image:
    isoinfo -d -i {{path/to/image.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.