i have 2 text files: file1 contains only one column with a series of id values; file2 contains many columns. I need to check whether the values of file1 are contained in column2 of file2; the values of file1 only have to be contained in the values of column2 of file2, e.g.: 347588 file1 -> 1000347588 file2. This would be a match ;-)
Thanks a lot!
034
would be matched to1000347588
as well? Could you show some data, and also mention what you would need to see as output? At the moment, a "yes" or "no" seems to be what you are looking for. – Kusalananda Oct 25 '19 at 10:16{}
tool. – Bodo Oct 25 '19 at 11:03