> 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
- [REBOL] Rebol's argument handling is broken Re:(2) jehamby
- [REBOL] Rebol's argument handling is broken Re:(3) jeff
- [REBOL] Rebol's argument handling is broken Re:(4) jhagman
- [REBOL] Rebol's argument handling is broken Re:(5) dynalt
- [REBOL] Writing to a half-byte tim
- [REBOL] Rebol's argument handling is broken Re: seanh
- [REBOL] Rebol's argument handling is broken Re:(2) jeff
- [REBOL] Rebol's argument handling is broken Re:(3) jehamby
- [REBOL] Rebol's argument handling is broken Re:(3) dynalt
- [REBOL] Rebol's argument handling is broken Re:(2) dynalt
- [REBOL] Rebol's argument handling is broken Re:(4) jeff
- [REBOL] Rebol's argument handling is broken Re:(4) jehamby
- [REBOL] Rebol's argument handling is broken Re:(4) dynalt
- [REBOL] Rebol's argument handling is broken Re:(4) seanh
- [REBOL] Rebol's argument handling is broken Re:(5) jeff
- [REBOL] Rebol's argument handling is broken Re:(5) jeff
- [REBOL] Rebol's argument handling is broken Re:(6) jkinraid
- [REBOL] Rebol's argument handling is broken Re:(4) jehamby
