shithub: kwa

ref: 8f2d3879a9c66d2633ca7ec1c3b0495981feb04f
dir: /test/p.35/

View raw version
BEGIN			{ FS = OFS = "\t" }
$4 ~ /^North America$/	{ $4 = "NA" }
$4 ~ /^South America$/	{ $4 = "SA" }
			{ print }