*** empty log message ***
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
BEGIN { FS = "\t"; OFS = "\t"; }
|
||||
#BEGIN { FS = OFS = "\t"; }
|
||||
#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