shithub: trueawk

ref: 1c424b1b4d5931f2a4b87b6f0f75827bc53ff9d7
dir: /testdir/p.48/

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