How do I remove a file with funny characters or space in the filename
If you can't delete regular file with funny characters or space in the filename, then you can delete it using Inode Number.</p>
find . -inum -exec rm -i {} \;</div>
you can find the inode number using command.
ls -i </div>