Dear UI Vision community,
I’m having this question. For example: If I have a source code and this is what it looks like:
<html url="https://www.google.com" </html>
When I do this:
sourceExtract | <html*</html> | i
echo | ${i} | green
it does echo all the thing, which is <html url="https://www.google.com" </html>
I only want to echo https://www.google.com
, what should I modify, or what command should I add?
Thank you guys.