1832528 Members
7650 Online
110043 Solutions
New Discussion

looking for nawk

 
Jerry_109
Super Advisor

looking for nawk

Anyone no where I can find "nawk" for our hp
system? Need it for "samba"
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor

Re: looking for nawk

Simply create a link (or copy) /usr/bin/awk to /usr/bin/nawk (new awk). Awk on HP-UX is nawk and in fact you have to invoke oawk (if available) to get the "classic" awk behavior. New awk (nawk) is actually 20 years old now.
If it ain't broke, I can fix that.