I use Ubuntu 9.10 (Karmic) and I have a directory with many files, among them these two files:
./baer.jpg
./bär.jpg
I would like to delete bär.jpg but I can't.
If I type rm b and hit TAB, it shows me both files, if I append ä and hit TAB, nothing gets displayed.
What must me done in order to delete bär.jpg?
Deleting the parent folder is not a solution for me, as there are plenty of files in this directory that are used by a productive environment.

sudo apt get install mc. After that, run it withmcand us it to delete your file. – Milan Todorovic Dec 27 '12 at 8:31