Hi there,
How do I extract from this html with unix,
I just need the 1.'Minimum password age' & 2. '3 days' parameter.
Tried doing so with python , would like to have a better alternative like Unix.
Code:
Infra/LEXUS0157/lexus0157.html-<tr><td>Minimum password age</td><td>3 days</td><td>Win2k8 Server</td></tr>
I just need the 1.'Minimum password age' & 2. '3 days' parameter.
Tried doing so with python , would like to have a better alternative like Unix.