Linux Command Help
Hi, this is my first post. My server has a separate access_log for each site. I want to know how I would search through all files named "access_log" for a string. I know I can search through one using something like "cat access_log | grep abcdefg", but how do I search through all file under that name all at once?Sorry for the newbie question.