Unix shell scripting- how do I use the output of href in my shellscript. I need the link of a path alone to be as an output in my script. except for the email option. Please suggest me with other options. when I use the echo command the entire line is displayed, while I need only the link (Go)
#!/bin/sh
echo '<a href="https://unix.stackexchange.com">Go</a>'