Emmanuel Paré wrote:
> 
> Stupid question :
> 
> If you create a file ex: echo "blablabla" > --append
> after how could you delete this file?
> 
> --> rm *app*
> --> rm: unrecognized option `--append`
> 
> I feel lame.. but I cant figure how.
> 
> cya

rm -- --append 
should work.

Cheers,
  Martin

Reply via email to