Tag Archives: grep pipeline

linux grep multiple words

In Linux, to use grep to search for multiple words in a file, you can simply separate the words with a space or use them as part of a regular expression. Here are some examples: Here, | is used as … Continue reading

Posted in File & Directory, Grep Command | Tagged , , | Comments Off on linux grep multiple words