1*9a7741deSElliott HughesBEGIN { FS = OFS = "\t" } 2*9a7741deSElliott Hughes$4 ~ /^North America$/ { $4 = "NA" } 3*9a7741deSElliott Hughes$4 ~ /^South America$/ { $4 = "SA" } 4*9a7741deSElliott Hughes { print } 5