$ cut -f1,5 result.txt | awk -F, '{a[$1] += 1} END{for (i in a) print i"\t"a[i]}' > cnt.txt

728x90

+ Recent posts