Is there a Pattern Matching Utility like GREP in Windows?

前端 未结 30 1028
不知归路
不知归路 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:39

    If you have to use bare Windows, then in addition to the Powershell option noted above, you can use VBScript, which has decent RegEx support.

    MS also has a decent scripting area on Technet with a ton of examples for administrators.

提交回复
热议问题