shithub: kwa

ref: c0526c8928a2b554d9421bca2fc04ba044fe06af
dir: /test/p.35/

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