Possible Duplicate:
Searching for string in files
Suppose I have a directory called Home and it is my current directory.
And in this home directory I have many other directories
directory1, directory2, etc.
How do I do a grep to find the occurrence of a word (say "AXN") in any of the files in all of these subdirectories (and their subdirectories?)
