> This bit me too. Rebol apparently parses everything that looks like an
> option on the command line, not just up to the script name.
> 
> I consider this a bug and not a feature.
> 
> Garold   (Gary)    L.   Johnson    DYNAMIC     Alternatives
> [EMAIL PROTECTED]


  Grep works similarly as REBOL currently does, considering
  arguments preceded by - to be switches regardless of where
  they are placed. For example:

    Before and after args:

      grep -A 3 foo * -vi

    In between and after args:

      grep foo -B 10 *.txt -A 20


   -jeff

Reply via email to