# diff [OPTION]... FILES# compare files line by line, and show the differences# -i# –ignore-case —Ignores case differences in file contents# -b# –ignore-space-change —Ignores changes in the amount of white space# -w# –ignore-all-space —Ignores all white space# -q# --brief —Outputs only whether the files differ# -l# --paginate —Passes the output through pr to paginate it# comm [OPTION]... FILE1 FILE2# compare two sorted files line by line# -1 —Suppresses the output of column 1 (lines only in file1)# -2 —Suppresses the output of column 2 (lines only in file2)# -3 —Suppresses the output of column 3 (lines that are in both files)