Notes Homepage Notes How to compare lines in two text files $ comm <(sort file1) <(sort file2) > file3