"grep [expression] [files]" searches the files for the expression.
It is possible to define a file with search expressions.
Then the syntax is "grep [searchfile] [files]".
In the searchfile, every line corresponds to one expression.
With the flag "-n" grep will output the linenumber as well.