I have a collection of unicode text files (exported from regedit) and I'd like to pull out all the lines with a certain text on them.
I've tried Grep for Windows and findstr but both can't seem to handle the unicode encoding. My results are empty, but when I use the -v option (show non-matching lines), the output shows a NUL between each character.
Are there any free options to perform a simple grep on Unicode files in Windows?