I have got two files:
- file_a = list of strings
- file_b = data {or file_b could be a directory where all these files are}
What is the best option to accomplish the following task:
{save output} scan and display all lines found in file_b containing @ least 1 string found in file_a.
e.g file_a contains the following strings (in my case the list is very long)
01101
11001
11101
file_b
01101:11100:10001
11111:11100:10001
01111:11100:11001
11101:11111:11110
based on this example, line 1 line 3 and line 4 does contains the strings