mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Ticket #2006: Display additional info while viewing (F3) *.iso files
Viewing (F3) on ISO image produce more information about image. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
c6844e1918
commit
cb57614b7a
@ -13,7 +13,7 @@ do_view_action() {
|
|||||||
|
|
||||||
case "${filetype}" in
|
case "${filetype}" in
|
||||||
iso9660)
|
iso9660)
|
||||||
isoinfo -l -i "${MC_EXT_FILENAME}"
|
isoinfo -d -i "${MC_EXT_FILENAME}" && isoinfo -l -i "${MC_EXT_FILENAME}"
|
||||||
;;
|
;;
|
||||||
cat)
|
cat)
|
||||||
/bin/cat "${MC_EXT_FILENAME}" 2>/dev/null
|
/bin/cat "${MC_EXT_FILENAME}" 2>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user