[EMAIL PROTECTED] writes:
| Hi, I'm a student and enrolled in course of Linus. I created a file named --help, 
|and now I want to remove the file.
| $rm --help
| and the result is always the help message. I try it in another way according to the 
|help message, but it's still there. Can you tell me how to do that?

rm ./--help

or

rm -- --help

Reply via email to