I am trying to search through a number of sites on my server for a few key words and output these to a text file. I only know how to do:
grep -r "keyword1" * grep -r "keyword2" * I need to be able to combine both keywords into the search and output the locations into a text file.