#

s2b.awk

Convert strings to arrays. function s2b(s,a,c, tmp,i) { split(s,tmp,c); for(i in tmp) a[tmp[i]]=1; }