{
printf ("%20s %2s",$1,"")
for ( i = 2 ; i <=4; i++ )
printf ("%s\t",$i)
print ""
}
#

JGAWK