just want to replace the space and "go" in the sample file to No space and "GO", so I think something like follows would work, but not... couldn't figure out what's wrong... please help!
awk '{ sub(" go", "GO"); print}' test2.txt
awk: syntax error near line 1
awk: illegal statement near line 1