Get just the filename with grep (note: sed not required!)

To just print the filename that matches a grep expression, without the matched text, use the -l (lowercase L) command-line arg. So e.g.:

 grep -Rl 'jsphp.co[^m]' .