[EMAIL PROTECTED] wrote:

>   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

Interesting..  But grep isn't a language interpreter, and that makes
*all* the difference! :)

-Jake

Reply via email to