To the command findstr str1 *.* I want to add something that will exclude the results which contain the string str2. 
In Linux the way of doing it is to add | grep -v str2 (to grep str1 * of course). Is there an equivalent flag to -v  in Windows?
Is there an equivalent flag to
-vin Windows?
The equivalent to -v is /V.
C:\Users\Todd>findstr /?
Searches for strings in files.
...
/V         Prints only lines that do not contain a match.
                        If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With