seach multiple string in file using grep
If you want to multiple string in file using grep you can do this using
grep 'string1\|string2'
or using egrep
egrep 'string1|string2'
Written by rajul
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Grep
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#