in reply to How to Recursively search down thru directories to find a string and display its location.

grep -ri dirname 'string'
  • Comment on Re: How to Recursively search down thru directories to find a string and display its location.