Two files are to be compared, line by line. The first file as a list of strings to be searched, one per line.
[email protected]
[email protected]
While the second has lines of strings where the values may appear
0 1 Romania [email protected]
0 1 Azerbaidjan [email protected]
0 1 Spain [email protected]
0 1 Uzbekistan [email protected]
What is a concise script that allows to delete lines of the second file where the line includes the full string of a line in the first file?