[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rm problem
From: |
Bob Proulx |
Subject: |
Re: rm problem |
Date: |
Sat, 9 Feb 2002 13:19:01 -0700 |
> address@hidden new]# rm -09-09-09.txt
> rm: invalid option -- 0
> Try `rm --help' for more information.
> address@hidden new]#
>
> it wont delete with rm. i tried shread, and that doesn't work either.
> every command line program i use wont delete it. rm is treating the
> filename as a command line option and wont let the file be deleted.
>
> i hope you guys can fix it. good luck :)
It's not a bug.
Check out the FAQ at:
http://www.gnu.org/software/fileutils/doc/faq/core-utils-faq.html#How%20do%20I%20remove%20files%20that%20start%20with%20a%20'-'%20such%20as%20'-i'%3f
Bob