Files
makina/awk/getlinks.awk
T
2023-03-15 21:04:37 +00:00

3 lines
54 B
Awk

BEGIN{FS=","}
{print "<a href=\"" $1 "\">" $2 "</a>"}