From efe5302dc12717fc5a5088b6984f64d4225273ab Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 8 Jun 2017 05:23:15 +0100 Subject: [PATCH] isoinfo: add page (#1400) --- pages/linux/isoinfo.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/isoinfo.md diff --git a/pages/linux/isoinfo.md b/pages/linux/isoinfo.md new file mode 100644 index 0000000000..1d62fe9f9d --- /dev/null +++ b/pages/linux/isoinfo.md @@ -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}}`