<tr>$
<td nowrap valign="top" class="table_1row"><a name="d071301" id="d071301"></a>13-Jul-2011</td>$
i would like to match tr>$ <td nowrap valign
, but when i try
grep -c "tr>\n<td nowrap valign" test.html
then i also tried
grep -c "tr>\n\s*<td nowrap valign" test.html
both of them find nothing. What error here?
One more question, can i add a character ^M into a html file by using sed???thanks
occurance. i google the way of doing it and sed -i '/^
– hk_student Jul 20 '11 at 04:18$/ d/6' file .However, it turn out a sed: -e expression #1, char 9: extra characters after command error?