[ale] bash bug?
Ben Phillips
pynk at cc.gatech.edu
Mon Dec 13 16:02:48 EST 1999
I accidentally created a file called (minus the quotes): '-X'
Now, here are my efforts to get rid of it. As you can see, the last thing I
tried actually worked, but it makes me curious: Does this look like a bug
in bash to anyone else?
root at localhost# rm -X
rm: invalid option -- X
Try `rm --help' for more information.
root at localhost# rm "-X"
rm: invalid option -- X
Try `rm --help' for more information.
root at localhost# rm \-X
rm: invalid option -- X
Try `rm --help' for more information.
root at localhost# rm *X
rm: invalid option -- X
Try `rm --help' for more information.
root at localhost# rm ./-X
root at localhost#
__ _ "If pro is opposite of con,
Ben Phillips / '_' ) ,,, then what is the opposite of
pynk at cc.gatech.edu | | ()|||||||||[:::) progress? Congress!"
\__.-._) ''' -- men's restroom, House of
Representatives, Washington
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.
More information about the Ale
mailing list