If i have the following table stored in a file. I want to run a linux command that extracts certain data from the table.
<td class="left"><a title="HSBC Holdings PLC" href="http://tools.morningstar.co.uk/t92wz0sj7c/@REPORT/default.aspx?externalid=GB0005405286&externalidtype=ISINMIC&externalidmic=XLON">HSBC Holdings PLC</a></td><td>716.60</td><td>30.30</td><td>4.41</td><td>686.40</td><td>^M
How can i run a command that prints just the name of the company and the price which is the first number 716.60
I have tried using sed but I cannot get it to work