in reply to Re: Win32 gawk vs. Unix awk
in thread Win32 gawk vs. Unix awk
On the DOS side, things are still not working like UNIX. gawk (GNU Awk 3.1.6) is calling the scan_tdf.awk file, but none of the values like corrtype are being passed over. The files are the same between UNIX and DOS.
$cmd = "gawk -f D:\\tools\\scan_tdf.awk 'corrtype=ada', 'FileSuffix=_p +kg', 'TDFname=sys_mma_pfd_gmeter.tdf', 'PrefixFile=d:\\tools\\PrefixF +ile', 'BusNamesFile=d:\\data\\ssi_BusNames', 'VAXPATH=NONE', 'DIRPATH +=NONE'"; print "cmd1 is $cmd \n\n"; $sts = system($cmd); print "sts1 from gawk is $sts \n"; exit(0);
Still looking for help!
I have tried modifying the calling parameters in many ways...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Win32 gawk vs. Unix awk
by gibsonca (Beadle) on Nov 30, 2009 at 15:28 UTC |