On Thu, 2003-01-16 at 14:20, Chris Mason wrote:
> How do you remove a file called --exclude from the bash shell?
> 
> [root@non htdocs]# rm \-\-exclude 
> rm: unrecognized option `--exclude'
> 
> 

rm -- --exclude

the first -- tells bash that anything following are arguments and not
options

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to