在文件中同时grep多个关键字

例如在roster.txt中搜"John"或"Jerry"

grep -E'(John|Jerry)' roster.txt

你可能感兴趣的:(在文件中同时grep多个关键字)