G
Guest
findstr output has a problem when the search word happens to be on a last
line of the preceding file. The output will be garbled with the succeeding
file searched.
e.g here shows a sample command line session showing the problem:
The desired output is one output per line like(this makes is easier to do
pipe operations) :
file1:findstr
file2:findst
line of the preceding file. The output will be garbled with the succeeding
file searched.
e.g here shows a sample command line session showing the problem:
file1:findstrfile2:findstrtest
findstr findstr
test
The desired output is one output per line like(this makes is easier to do
pipe operations) :
file1:findstr
file2:findst