Hi guys, Another nontrivial question for cyrillic in Cygwin: How do I make the command `rm' show cyrillic when doing rm -v file_with_cyrillic_letters_in_filename for example rm -v кирил
.inputrc contains: set meta-flag on set convert-meta off set output-meta on
Shell is bash
terminal is win32 rxvt (no X Window)
BTW - if you want your CP1251 windows to show cyrillic letters with cygwin less
export LESSCHARDEF=8bcccbcc18b119.b104.
in ~/.bash_profile
(I include this to be available in search engines).
Best regards: al_shopov