How can a do a global search for a string? I'm new to Unix. I've tried using GREP, from a root directory, as follows:
grep -i "mystring" /*
It did not work.
I have read through every chapter in my Unix manual on grep without any luck. Thanks in advance for your time.