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