Using PGrep
I often use grep in Windows and Linux to find text in files. I have noticed that grep only works on traditional text files with .txt, .c, .cpp, .list, etc extensions. It doesn’t work with Markdown and C# text files and I find this frustrating.
I have found a parallel grep program in the Microsoft Learn code samples written by David Pine that overcomes the grep limitations.
The thing that I really like about this program is that I can use regular expressions in the search text.