I\'m on windows dos prompt. I have log file which contains log like:
Timestamp: Order received for Item No. 26551 Timestamp: Exception: OutOfRangeException T
I had a look into the findstr documentation and I think it is not able to do a multiline search.
Probably you should use more advanced tools like awk, or some versions of grep seems to support multiline regex too.
You can have a look at stackoverflow.com/questions/152708/