grep using input file as pattern to search other file
a
b
c
d
ea
c
egrep -f -F input.txt a.txt -F, --fixed-strings
Interpret PATTERNS as fixed strings, not regular expressions.Last updated
a
b
c
d
ea
c
egrep -f -F input.txt a.txt -F, --fixed-strings
Interpret PATTERNS as fixed strings, not regular expressions.Last updated