Hi,
I was wondering if somebody can assist creating a script.
I have 2 files
/*file1
Jagelka;12345
Vladimir;12645
Kosman;12945;
Djokivic;12347
/*file2
12345
12645
12945
Would like to have a resulting file as follow when compared
/*Result1
Jagelka;12345
Vladimir;12645
Kosman;12945
I was wondering if somebody can assist creating a script.
I have 2 files
/*file1
Jagelka;12345
Vladimir;12645
Kosman;12945;
Djokivic;12347
/*file2
12345
12645
12945
Would like to have a resulting file as follow when compared
/*Result1
Jagelka;12345
Vladimir;12645
Kosman;12945