Emmanuel Paré <[EMAIL PROTECTED]> writes:

> Stupid question :
> 
> If you create a file ex: echo "blablabla" > --append
> after how could you delete this file?
> 
> --> rm *app*
> --> rm: unrecognized option `--append`
> 

rm -f ./--append

-- 
                   -- Yoann,  http://prelude.sourceforge.net
     It is well known that M$ products don't call free() after a malloc().
     The Unix community wish them good luck for their future developments.

Reply via email to