This is a fast text search routine that allows multi String (up to 10 search strings containing one or more words within) search throughout an ascii text file. So, each search string (quoted) may have one or more words. The -s switch allows any match, while the -e switch allows only exact match.
E.g.: C:/msearch -s(-e) "package install"+"media"+"component" -f "FreeBSD Handbook.htm"
E.g.: C:/msearch -s(-e) "network devices installation" -f "FreeBSD Handbook.htm"
E.g.:C:/msearch -s(-e) "trodes in his hands" -f "book_sd.txt"
E.g.:C:/msearch -s(-e) "Bezukhov and Natasha"+"Buonaparte Napoleon"+"Pierre" -f "War_and_Peace_NT.txt"
The program output will display all results along with their line number file positions, the unique and composite sentence search phrase matches together with their total occurence count.