Find union, intersection, and set difference of files
CLI utility to find the union, intersection, and set difference of files
zet
$ zet -i file1.txt file2.txt
$ zet -u file1.txt file2.txt file3.txt
$ zet -d file1.txt file2.txt