Compares two files and creates a merged output with two columns indicating which of the files contain each row.
./listCompare.pl file1.txt file2.txt > merged.txt
The "merged.txt" file continas three columns:
- row data
- true/false on whether the row was in file1.txt
- true/false on whether the row was in file2.txt