No switch with either the rm or mv command works.  What is actually going on
here?
> From the man page:

NOTES
      The rm command uses getopt(3) to parse its arguments, which allows it to
      accept the `--' option which will cause it to stop processing flag
      options at that point.  This will allow the removal of file names that
      begin with a dash (`-').  For example:

            rm -- -filename

-Sean


Yep...I just simply missed that one.  Thanks.

Rem
_______________________________________________
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