Re: A file that can be seen... but doesn't exist!



On Tue, 30 Jan 2007 02:18:43 -0500, Yugo wrote:

I did an ls on my home directory today and discovered I have a file, lenght 0
byte, named \254-][{}\351\350\340. I tried to remove it: impossible, even when
I escape all backslashes:

rm: cannot remove `\\254-][{}\\351\\350\\340': No such file or directory

What the hell is this file dated Jan 3rd and how do I remove it?

Thanks!

Assuming it's the only file in the directory with '351' in the name, try:

rm *351*


.