On Sat, 3 Jan 2009 12:48:09 -0500, "Tsu-Fan Cheng" <tfch...@gmail.com> wrote:
> Hi,
>    due to using mkxvcd to convert avi to mpg, I sometimes generates
> "-KVCD.stas" file. How can I remove this? every time I run:
> 
> rm -f \-KVCD.stats
> 
> or
> 
> rm -f "_KVCD.stas"
> 
> it says:
> 
> rm: illegal option -- K
> usage: rm [-f | -i] [-dIPRrvW] file ...
>        unlink file

Try to use "--" in order to stop argument (command line iotion)
processing:

        # rm -f -- -KVCD.stats

Nothing after "--" will be treated as an argument.



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to