2017-06-08 05:23:15 +01:00
|
|
|
# isoinfo
|
|
|
|
|
|
|
|
> Utility programs for dumping and verifying ISO disk images.
|
2021-09-02 19:33:49 +01:00
|
|
|
> More information: <https://manned.org/isoinfo>.
|
2017-06-08 05:23:15 +01:00
|
|
|
|
|
|
|
- List all the files included in an ISO image:
|
|
|
|
|
|
|
|
`isoinfo -f -i {{path/to/image.iso}}`
|
|
|
|
|
2022-12-04 07:53:34 +00:00
|
|
|
- E[x]tract a specific file from an ISO image and send it out `stdout`:
|
2017-06-08 05:23:15 +01:00
|
|
|
|
|
|
|
`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}}`
|