what's the quickest way to take a list of files and a name of an output file and merge them into a single file while removing duplicate lines?
something like
cat file1 file2 ...
I am new to python..I have two sorted arrays (by key) that I would like to merge. Both arrays have some common keys and some exist uniquely in one of the ...