aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.48
blob: ab407fb80210e5d5b05c1ae583a5d3ab4ae86ee4 (plain)
1
2
3
4
BEGIN	{ FS = "\t" }
	{ pop[$4] += $3 }
END	{ for (c in pop)
		print c ":" pop[c] | "sort" }