How to run an awk commands in Windows?

后端 未结 5 1676
南旧
南旧 2020-11-28 10:00

I have downloaded gawk from here, but I can\'t seem to figure out how to use it. I am simply trying to run a command, not to write one.

5条回答
  •  庸人自扰
    2020-11-28 10:44

    You can download and run the setup file. This should install your AWK in "C:\Program Files (x86)\GnuWin32". You can run the awk or gawk command from the bin folder or add the folder ``C:\Program Files (x86)\GnuWin32\binto yourPATH`.

    enter image description here

提交回复
热议问题