I need to find a word in all systems so I do this. But I need to find all file that
- Contains the word students or start and and with student
I use this:
grep -rl student /
I don’t know if code is correct.
1
I need to find a word in all systems so I do this. But I need to find all file that
I use this:
grep -rl student /
I don’t know if code is correct.
1