by Ted Davis <tdavis@[EMAIL PROTECTED]
>
May 9, 2008 at 03:28 PM
On Fri, 09 May 2008 10:36:27 -0700, moonhkt wrote:
> Hi All
>
>
> D:\Example\Software\awk>uname -a
> CYGWIN_NT-5.1 moon 1.5.24(0.156/4/2) 2007-01-31 10:57 i686 Cygwin
>
You might prefer a pure Windows port:
<http://gnuwin32.sourceforge.net/packages/gawk.htm>
There are a few differences from Unix usage, mostly the command line
syntax and the fact that Windows doesn't implement some functions.
In Windows, the oneliner for your tag.awk would be
awk "BEGIN{print \"eric\"}"
There is no /dev/null in Windows - it's just 'nul'.
--
T.E.D. (tdavis@[EMAIL PROTECTED]
)