1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/isoinfo.md
Lucas Gabriel Schneider a5fe31bc47
multiple pages: format technical tokens (#5119)
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
2021-01-31 12:05:18 -05:00

15 lines
392 B
Markdown

# isoinfo
> Utility programs for dumping and verifying ISO disk images.
- 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}}`