I was told that I should not use awk scripts in my code because it may not work in future releases of Unix.Does anybody know if that is true, or does Sun support awk?Thank You
[203 byte] By [tommypetersen] at [2007-11-25 23:36:01]
I have no idea what Sun's plans for awk but Solaris has both awk and nawk available - so yes, it is supported. I would use nawk if I were you. Its got some added capabilities that awk doesn't have.