I need to find a word in all systems so I do this. But I need to find all files that contain the word students
or starts and ends with student
.
I use this:
grep -rl student /
I don't know if this code is correct.
I need to find a word in all systems so I do this. But I need to find all files that contain the word students
or starts and ends with student
.
I use this:
grep -rl student /
I don't know if this code is correct.