" " file name

Hi,
I accidently created a file with a filename is a space.
How can you remove this file?
Thanks

rm " "

also, to see if you have any strange filenames, you can list files by inode. Every file has unique number.

I think that you can even remove files by inode, but the method escapes me...?

ls -i

389 ... ... ... 327 file1.out ... ... ... ... 181 file2.out

The 389 above is the " " file that I created. I put the ... in for clarity.

:cool: