咖啡香

Linux: grep multiple 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

comments powered by Disqus