Is there a Pattern Matching Utility like GREP in Windows?

前端 未结 30 1037
不知归路
不知归路 2020-12-04 06:23

Is there a similar utility to grep available from the Windows Command Prompt, or is there a third party tool for it?

30条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 06:49

    GnuWin32 is worth mentioning, it provides native Win32 version of all standard linux tools, including grep, file, sed, groff, indent, etc.

    And it's constantly updated when new versions of these tools are released.

提交回复
热议问题