[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mc, browser and special characters



andras.lorincz@gmail.com wrote:

I want to open html files from within mc by pressing enter on them.
Open=firefox file://"%d/%p" & >/dev/null 2>&1
Open=firefox file://'%d/%p' & >/dev/null 2>&1

but no result. How should I change it?

What happens if you try

Open=firefox "file://%d/%p" & >/dev/null 2>&1




Reply to: