Run awk script on windows?

Hi ,

I am struck with one problem here.

I have awk script which deals with a log file and gives result.
It works perfect on linux. But my problem is I want to run it on windows.
How I can run my awk script on windows?

Please guide me on this.
how to proceed further?

Thanks

pamu

Did you try cygwin?

1 Like

Don't want to use any other tool ( need approval for the same)
Is it possible to run without using any tools..?
Is this possible to run using .vbs or .bat ..?

Have you tried the gawk version for windows?

1 Like

Not tried yet.
Could you please give me some details about this. So i can proceed further.

Thanks

---------- Post updated at 05:25 PM ---------- Previous update was at 03:06 PM ----------

Hi Franklin52,

Thanks for suggestion.
Tried with gawk version on windows. It works like charm..:slight_smile:

Thanks a lot

for this just need to install gawk for windows and can be used as awk..:slight_smile:

Thanks

pamu

1 Like

busybox also comes with its own version of awk, not as complete as gawk, but useful.