On Thursday 13 September 2001 11:42, Florin Iucha wrote:
> 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!
>
> It might have spaces after...
>
> florin

-- 

I've found that at times DOS names are like that as well.  Files and 
directories such as "My Pictures" and "My Documents" don't get comprehended 
too well in *nix.  

Try something like this:

mv W*CD* junkcd
rm -R junkcd

At times it's worked, at times it hasn't.  Worth a try.
---
Shawn

   "Knowing is not enough, we must apply.  Willing is not enough, we must do."
	-Bruce Lee