How to open RAR (resource archive) file in Midnight Commander
Monday, January 25, 2010
3
коммент.
If you want to be able to open rar(resource archive file not WinRAR archive file) files
with Midnight Commander.
Change
from
/usr/local/etc/mc/mc.ext
with Midnight Commander.
Change
from
# rar
regex/\.[rR]([aA][rR]|[0-9][0-9])$
Open=%cd %p#urar
View=%view{ascii} rar v -c- %f
to# rar
regex/\.[rR]([aA][rR]|[0-9][0-9])$
Open=%cd %p#uzip
View=%view{ascii} unzip -v %f
in /etc/mc/mc.ext or /usr/local/etc/mc/mc.ext
