shithub: trueawk

ref: 94e4c04561f7b9c2a3e7ef498fbfe7ce5b20ed40
dir: /testdir/p.5/

View raw version
BEGIN	{ FS = "\t"
	  printf "%10s %6s %5s %15s\n", "COUNTRY", "AREA", "POP", "CONTINENT" }
	{ printf "%10s %6d %5d %15s\n", $1, $2, $3, $4 }