Unix Shell脚本-如何在ShellScript中使用href的输出

时间:2019-03-17 17:18:12

标签: shell unix scripting

Unix shell脚本-如何在shellscript中使用href的输出。我只需要路径的链接即可作为脚本中的输出。电子邮件选项除外。请建议我其他选择。 当我使用echo命令时,将显示整行,而我只需要链接(Go)

#!/bin/sh
echo '<a href="https://unix.stackexchange.com">Go</a>'

0 个答案:

没有答案