SyntaxFix
Write A Post
Hire A Developer
Questions
To find a very long list of words in big files, it can be more efficient to use egrep:
remove the last \n of A $ tr '\n' '|' < A > A_regex $ egrep -f A_regex B