shithub: trueawk

ref: 9666b77b369e342353c29eed5415123f58e58948
dir: /testdir/p.48/

View raw version
BEGIN	{ FS = "\t" }
	{ pop[$4] += $3 }
END	{ for (c in pop)
		print c ":" pop[c] | "sort" }