Recursive grep string search


/ Published in: Bash
Save to your folder(s)

Great for searching project source code when deprecating database columns, etc. to see if they are in use anywhere in the application, for example.


Copy this code and paste it in your HTML
  1. grep -Rin "search string here" *

Report this snippet


Comments


You need to login to view comments.