Linux: grep multiple key words

2015-12-07 Klaus Ma 更多博文 » 博客 » GitHub »

原文链接 http://www.k8s.tips/tech/2015/12/07/grep_key_words/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


Using the following commands to grep multiple key works in document:

grep -E "ACCEPT|Sending" file_name.ext
egrep "ACCEPT|Sending" file_name.ext