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

RSS Icon Subscribe to comments

You need to login to post a comment.