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