On Thursday 07 December 2006 21:31, Don Gould wrote: > See: http://www.regular-expressions.info/examples.html > > According to this I should be able to use regular expressions in grep. > > I just don't quite understand what I'm doing wrong.
Using the wrong tool, from man grep: "print lines matching a pattern" For complex HTML regex matching you are better off using a scripting language rather than shell IMHO hads -- http://nicegear.co.nz New Zealand's VoIP Supplier
