Recovered from cvs revision 2007-05-01 07:40:00
This commit is contained in:
6
ase/test/awk/cou-022.awk
Normal file
6
ase/test/awk/cou-022.awk
Normal file
@ -0,0 +1,6 @@
|
||||
#BEGIN { FS = "\t"; OFS = "\t"; }
|
||||
BEGIN { FS = OFS = "\t"; }
|
||||
$4 == "North America" { $4 = "NA"; }
|
||||
$4 == "South America" { $4 = "SA"; }
|
||||
{ print; }
|
||||
|
Reference in New Issue
Block a user