Q. How do I search multiple string using grep command? For example I’d like to search word1, word2, word3 and so on within /path/to/file. How do I force grep to search multiple words?

A. grep command supports regular expression pattern

Read the rest of this entry