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