SyntaxFix
Write A Post
Hire A Developer
Questions
It seems that the good-old ENVIRON awk built-in hash is not mentioned at all. An example of its usage:
ENVIRON
$ X=Solaris awk 'BEGIN{print ENVIRON["X"], ENVIRON["TERM"]}' Solaris rxvt