I added Notepad++ to Cygwin. I'd like to be able to find files and open them with one single command, I think about something like this:
npp $(grep -l -r 'phrase')
The problem is that it seems not to be able to open files which have spaces within names... :( Could this command may be modified to do the job?