I'm new in shell scripting so I need some help. By shell script I need to get the value of a href property from a html filtered by the class.
eg:
<a class="other class" href="value I don't need"></a>
<a class="some class" href="url I need"></a>
In this case I need the href value of the a tag that got the class "some class". I need to put the value into a variable, requires to use sed o grep, I'm not good with reggex at all so I need your help plz.