I expected the same output from both of these. What's up?
Code:
v:\> echo foo | ffind /k /m /e"o"
foo
v:\> echo foo | ffind /k /m /e"o$"
v:\>