> regexp(6) seems to know only greedy regular expressions. So does
> probably awk, sed, grep, ..., since these are based on that regexp.
> My question is what to do if one needs non-greedy regexps.

russ has a great writeup on this.  
http://swtch.com/~rsc/regexp/
i think it covers all your questions.

- erik


Reply via email to