[NTLUG:Discuss] delete a weird file

Greg Edwards greg at nas-inet.com
Thu Jan 16 10:00:34 CST 2003


m m wrote:
> 
> Hi all:
> 
> I uploaded a file via a webpage. I guess that I typed a 'wrong' file 
> name. and now there is a file with file name "\aaa\bbb.cc" (no quote but 
> \, if see from M$, it displays the file name as aaabbb.cc)
> I want to rm or mv. but it just don't work. it still there.
> I have tried
> mv \aaa\bbb.com
> mv aaabbb.com
> rm -f \aaa\bbb.com
> rm -f aaabbb.com
> I know the "\" cause the problem, but how do I get rid of this file?
> 
> thanks.
> 

Try "rm -i *" and answer yes when the file you want appears.

-- 
Greg Edwards
New Age Software, Inc.
http://www.nas-inet.com





More information about the Discuss mailing list