grep for several words
Geschrieben am So, 3. Feb 2008 von ramack in Software
Schlüsselworte: command line, grep, tools, unix
If you want to extract the lines containing (at least) one of several words using grep the following command line will be your friend:
grep "word1\|word2" inputfile
No related posts.
Ähnliche Artikel bereitgestellt von Yet Another Related Posts Plugin.