# grep -i “<text to search>” <file(s)>
e.g.
#grep -i Veejansh *
(This searches all case variations of “Veejansh” in all the files in current directory.)
Comments are closed.