shithub: trueawk

ref: dbfe4128a4aeada503c3734b132a5e35d48ca85a
dir: /testdir/p.48/

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