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