[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] bash bug?
- Subject: [ale] bash bug?
- From: pynk at cc.gatech.edu (Ben Phillips)
- Date: Mon, 13 Dec 1999 16:02:48 -0500 (EST)
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.