I\'m using powershell to \"grep\" my source code for a particular string. If the string is in the file, I would like the name of the file, not the line of code that contains th
I found it easier to do
(...|select-string "search").Path