Is there a Pattern Matching Utility like GREP in Windows?

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

    I also found one more way of utilizing GREP like functionality in Windows 7 and above without any extra application to install and on older systems you can use install Powershell.

    In Powershell, User can use Where-Object it has quite comprehensive set of feature that provides all the functionality of GREP plus more.

    Hope It helps.

提交回复
热议问题