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