2009/2/11 Smith, Ann (ISD, IT) <[email protected]>: > We have customers in the process of porting an application from Solaris > to SLES10 on zseries. > They have a korn shell script which includes the following: > export DOMAIN_NAME=`echo $1 | nawk '{print tolower($1)}'`
The command is tolower is supported by gawk - if they just modify the script to say awk instead of nawk it will work just fine. Cheers, Andrej ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
