Find Text in Files and retrieve the line number

前端 未结 4 1198
悲&欢浪女
悲&欢浪女 2021-01-14 09:38

I am trying to (programatically) find references to a specific string i.e. \'LOCK_ID\' within a large number of VB6 files. To help people navigate directly to the reference

4条回答
  •  温柔的废话
    2021-01-14 09:45

    You may want to look into the FINDSTR command-line utility: http://technet.microsoft.com/en-us/library/bb490907.aspx

提交回复
热议问题