mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-21 00:35:23 +02:00
isoinfo: add page (#1400)
This commit is contained in:
parent
03d1622cfc
commit
efe5302dc1
1 changed files with 15 additions and 0 deletions
15
pages/linux/isoinfo.md
Normal file
15
pages/linux/isoinfo.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue