site-neo/awk/getlinks.awk

3 lines
54 B
Awk
Raw Normal View History

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