I have 2 files file1.txt and file2.txt both files contains some email ids , i have converted the data of both files in different arrays i want the difference between 2 arrays.
for example array1(a,b,c,d)
array2(a,b)
output:
array3(c,d)
Thanks