I met a problem about Linux command 'rm', I
created a file named as "--full-time" by occasionally, then i tried to remove
it, I had already tried following cmd under bash:
1) rm --full-time
2) rm "--full-time"
3) rm \-\-full\-time
As a result the three approaches all
failed.
So I think there might be some BUGs in cmd 'rm' or
'bash'?
Looking for your reply, thanks
advance!
Rgds,
Wang Yong
|
- Re: possible BUG about cmd `rm` or `bash` Wang Yong
- Re: possible BUG about cmd `rm` or `bash` Bob Proulx