I have a file which I wrote and not thinking put the actual filename in single quotes like this:
'filename'
When I try to remove it using rm -f 'filename' it does not recognize that it is there I get the error:
rm: cannot remove 'filename'. No such file or directory.
Any suggestions?
