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
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
2 matches
Mail list logo