Add tags

Add tags to the following comment
awk -f word.awk gpl.txt
1
2
{gsub(/[^a-zA-Z0-9]/, " ");for(i=1;i<=NF;i++)t[$i]=t[$i]":"NR}
END{for(k in t)print k t[k]}

Add tags

The input will be splited to tags with space.

Index

Feed

Other

Link

Pathtraq

loading...