
isoinfo
List of commands for isoinfo:
-
isoinfo:tldr:18552 isoinfo: Show header information for an ISO disk image.$ isoinfo -d -i ${path-to-image-iso}try on your machineexplain this command
-
isoinfo:tldr:82ec9 isoinfo: List all the files included in an ISO image.$ isoinfo -f -i ${path-to-image-iso}try on your machineexplain this command
-
isoinfo:tldr:bb761 isoinfo: 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}try on your machineexplain this command