How to get unique lines from two files (fileA, and fileB) and store the lines in file-unique .
diff --new-line-format="" --unchanged-line-format="" <(sort fileA) <(sort fileB) > file-unique
How to get unique lines from two files (fileA, and fileB) and store the lines in file-unique .
diff --new-line-format="" --unchanged-line-format="" <(sort fileA) <(sort fileB) > file-unique