Archive for the tag 'findstr'

 

 

Sep 27 2009

Findstr, a Windows alternative to grep

Published by dave under Windows

A builtin equivalent to the Unix grep command is available in Windows, a bit less powerful though: findstr. You can do searches based on patterns, still in a measured way.   Options C:\>findstr /? Searches for strings in files. FINDSTR [/B] [/E] [/L] [/R] [/S] [/I] [/X] [/V] [/N] [/M] [/O] [/P] [/F:file] [/C:string] [/G:file] [...]

2 responses so far