Reputation: 21
I want to compare files of a directory with content in other file .i.e I have a folder(A) that contains multiple files. and I have a file(final.txt) in other folder that contains name of files present in "A" . All I want is, compare filename of files present in the directory A within the file "final.txt". if file name is already in final.txt then skip that file else copy the file to "B" directory from "A."
Upvotes: 0
Views: 54