makina/awk/getlinks.awk

3 lines
54 B
Awk
Raw Normal View History

2023-03-15 21:04:37 +00:00
BEGIN{FS=","}
{print "<a href=\"" $1 "\">" $2 "</a>"}