i have no idea /what/ results are being chosen, though they are part of the expected results?
appears distinct: (when used with -s) is not distinct-ing, as in you may get the same
file name, differing only by path (&/or drive letter if that happens to be the case) &
only a subset of results at that?
(only relevant parts below are -s & distinct:, the rest of the options are immaterial)
Code: Select all
C:\out>es.ex2 joan baez file: -instance 15 -p distinct: | wc
73 721 5785
C:\out>es.ex2 joan baez file: -instance 15 -p distinct: -s | wc
24 255 2039
C:\out>es.ex2 joan baez file: -instance 15 -p distinct: -sort path | wc
24 255 2039
C:\out>es.ex2 joan baez file: -instance 15 -p distinct: | sort | wc
73 721 5785
1.1.0.26, .1354a