On 3/29/10, Jeff Shipley <jeffquipa...@gmail.com> wrote: > I've been thinking about it, and I'm actually inclined to simplify > grep (and eventually sed). It seems completely unnecessary to support > multiple -e arguments. The 9base man page doesn't say anything about > grep supporting multiple -e arguments, it simply states that -e makes > it easier to specify patterns that might confuse argument parsing.
dropping multiple -e support seems to be a reasonable solution for now btw have you looked at doc/progs in the go source? http://go.googlecode.com/hg/doc/progs/ there are some initial codes