> Errm, I actually forgot the obvious questions: > What's wrong here? How can I get around it? cat input.h | awk '{gsub(/\<__int64\>/," long long "); print}' > output.h - should work, at least on Linux x86 - Jeff