aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.35
blob: d1090e19127b866bdb37c9d573b783688aea271d (plain)
1
2
3
4
BEGIN			{ FS = OFS = "\t" }
$4 ~ /^North America$/	{ $4 = "NA" }
$4 ~ /^South America$/	{ $4 = "SA" }
			{ print }