How do you reference an environmental variable (which
happens to be a pathname) inside a nawk script? eg:
setenv CMCARC=/a/b/c
The awk script could be like this:
BEGIN { aa = $CMCARC
etc...
}
Please send e-mail reply.. thanks