Andrew Fyfe wrote:
Might be another stupid question have you got LC_ALL set? try cat test.in | LC_ALL=C gawk -f test.awk
Ah-ha! LC_ALL wasn't set, but LANG was set to en_GB.utf8 (yes, Alexander, I know!). Setting LANG=C did the trick for me.
Thanks Andrew! Regards, Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page