site-neo/awk/getlinks.awk

3 lines
54 B
Awk
Raw Normal View History

2023-02-17 13:17:33 -05:00
BEGIN{FS=","}
{print "<a href=\"" $1 "\">" $2 "</a>"}