I have two files:
input.txt:
input.txt
Hi 1-12T2EDD 1-13D62L6Hello 1-15SDWAKWazzup Wow1-18Z3QWY
A simple grep will do this:
grep
$ grep -Fvf filter input Hi 1-12T2EDD 1-13D62L6Hello Wow1-18Z3QWY
Options:
-F
-v
-f