Hi, how can I delete women's.php in linux? I tried everything I know but nothing worked.
thanks,
bcc1234
8:48 pm on Jul 30, 2005 (gmt 0)
\'
danny
1:06 am on Jul 31, 2005 (gmt 0)
You could also use "s around the name.
My preferred approach to this kind of problem is to type "rm women" and then hit tab to get the completion.
walkman
2:33 am on Jul 31, 2005 (gmt 0)
thanks guys, tried rm women* and it prompted to delete. All fine now. Apparently it was women///'s.php, two more // than I thought ;)
mcavic
5:33 am on Jul 31, 2005 (gmt 0)
How about a file called --exclude?
Quotes, backslashes, and wildcards aren't working for me. I think I'll have to duplicate the directory tree that it's in (excluding that file), and rm -rf the old tree.