You can use
grep -ilR:grep -Ril "text-to-find-here" /
istands for ignore case (optional in your case).Rstands for recursive.lstands for "show the file name, not the result itself"./stands for starting at the root of your machine.
No comments:
Post a Comment