Is there a Pattern Matching Utility like GREP in Windows?

前端 未结 30 1053
不知归路
不知归路 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 07:00

    as mentioned, findstr works fine. example :

    C:>dir | findstr Windows

    11/06/2013 09:55 PM Windows

提交回复
热议问题