i am trying to get several values off a website to some bash-script...
this is the part from the <table> where i want to get some values.
The first line is static, followed by 1 or more rows where i want to get the content of the table-data fields...
Anyone got a clue as what the best approach would be?
Code: Select all
<td width="116" bgcolor="#FFCC00"><b>Status</b></td>
</tr>
<tr valign="top">
<td width="57" bgcolor="#FFFFFF"><img border="0" height="1" width="57" src="../art/pix_white.gif"></td>
<td width="117" bgcolor="">Info. Abgangs-Auswechslungsstelle </td>
<td width="117" bgcolor="">2010-01-06 </td><td width="116" bgcolor="">allgemeiner Status.</td>
</tr>
</table>






