shithub: kwa

ref: 10e72d182aad860492f6ec2e80b0c05a4dc20b7a
dir: /test/p.48/

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