Re: user menu in midnight commander

2017-02-02 Thread sp113438
On Thu, 2 Feb 2017 23:02:23 +0100 sp113438 wrote: > Hi,, > I have this problem. I have a command: > > find -type f -depth -maxdepth 1 -execdir bash -c ' conv_name=$(printf > %s "$1" | iconv -f utf8 -t latin1 | iconv -f cp1251); mv -v -- "$1" > "$conv_name" ' -- {} ';' > > (it is for the conver

user menu in midnight commander

2017-02-02 Thread sp113438
Hi,, I have this problem. I have a command: find -type f -depth -maxdepth 1 -execdir bash -c ' conv_name=$(printf %s "$1" | iconv -f utf8 -t latin1 | iconv -f cp1251); mv -v -- "$1" "$conv_name" ' -- {} ';' (it is for the conversion of cyrillic filenames) and I want to add it in the user menu o