ref: c4f1e9166e14cd17667438f6af69460ad1d35ecf dir: /test/t.printf/
{ printf "%%: %s ... %s \t", $2, $1 x = sprintf("%8d %10.10s", $1, $2) print x }