mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 10:55:06 +00:00
Update cheatsheets
This commit is contained in:
21
linux/isoinfo
Normal file
21
linux/isoinfo
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user