Re: Using the command AWK on a SUN box

2001-02-09 Thread Scott Crockford
Joe, On SUN platforms you have to use nawk, not awk to process the DRM plan file. They are different versions and nawk is compatible with the industry standard awk. Scott C. At 10:08 AM 2/5/01 -0500, you wrote: >Group > >We recently had a disaster recovery drill for our Unix Sun Box E10K, We

Re: Using the command AWK on a SUN box

2001-02-09 Thread Kelly J. Lipp
Yeah, don't run awk, but rather nawk. I think the syntax for running that is in the script file provided with DRM. Kelly J. Lipp Storage Solutions Specialists, Inc. PO Box 51313 Colorado Springs CO 80949-1313 (719) 531-5926 Fax: (240) 539-7175 Email: [EMAIL PROTECTED] or [EMAIL PROTECTED] www.st

Re: Using the command AWK on a SUN box

2001-02-05 Thread Richard Sims
>I don't know what version of SunOS you are running but I see on 5.6 and >5.7 there is awk and nawk. They seem to be different files(filesize is >different and they aren't links). On AIX(4.2.1 & 4.3.3), I see that both >/usr/bin/awk and /usr/bin/nawk are the same size(coincidence?). That might >be

Re: Using the command AWK on a SUN box

2001-02-05 Thread Jonathan Siegle
I don't know what version of SunOS you are running but I see on 5.6 and 5.7 there is awk and nawk. They seem to be different files(filesize is different and they aren't links). On AIX(4.2.1 & 4.3.3), I see that both /usr/bin/awk and /usr/bin/nawk are the same size(coincidence?). That might be your