ref: feaf62d159df0f26dfbd18d03ef428ce3ded812d dir: /testdir/p.35/
BEGIN { FS = OFS = "\t" } $4 ~ /^North America$/ { $4 = "NA" } $4 ~ /^South America$/ { $4 = "SA" } { print }