I have tried multiple times to get digits between two html patterns.
Neither sed
nor awk
worked for me, since the examples in the internet were too easy to fit my task.
Here is the code I want to filter:
....class="a-size-base review-text">I WANT THIS TEXT</span></div> ....
So I would need a command that output: I WANT THIS TEXT
between ...review-text">
and </span>
Do you have a clue? Thanks for the effort and greetings from Germany.
Here is the plain code