ref: 1eae6de89dda9f3613ea0ae660e7d5d05b107276 dir: /testdir/p.51/
BEGIN { FS = ":" } { if ($1 != prev) { print "\n" $1 ":" prev = $1 } printf "\t%-10s %6d\n", $2, $3 }