| I have a couple of grep questions.
First, does grep support multiline mode? I see mention of it in regex documentation, but not how to use it.
Second, I have a file with the following lines (or something very similar):
< td align="left" valign="middle" bgcolor="#ffffff" width=80% &rt
< font size="2" color="#000000" face="Arial, Helvitica, sans-serif"&rt
< a href="mon_hskp.html" target="Summary" (null)&rt< b&rtSystem Alarms</b&rt</a&rt
I hope I got those tags right. Anyway, why does grep \s filename not match the first line?
Yeah, I know the subject matches grap and crep too. :) |