Today is a historic day! I’m now running Firefox 83 an have enabled the new HTTPS-Only mode!
Tag Archives: only
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]' .