On Thu, Sep 13, 2001 at 11:25:39AM -0500, jeffr at odeon.net wrote:
> 
> I didn't, but I have now.  It says:
> 
> 	rm: cannot remove `W CD\!': No such file or directory
> 
> Yet 'ls' still shows it as being there.
> 
> 	-rw-rw-r--   1 jeffr    jeffr         544 Sep  7 01:43 W CD!
> 
> Jeff
> 

it's because inside the quotes the \ is a \

try rm W\ CD\!


Eric