I need to find all occurrences of a particular string "Error code 27" from the whole server? I also need the file name associated with it.
I tried the following command, but I only got the results from the current directory: > grep "Error code 27" *
I need to go to all sub-directories and find this particular string, how would you do it?
Thanks!
I tried the following command, but I only got the results from the current directory: > grep "Error code 27" *
I need to go to all sub-directories and find this particular string, how would you do it?
Thanks!