What does the following command do?
diff filename1 filename2
1
returns true if both the filenames are different
2
returns true if both the files are different
3
compares files, and shows where they differ
4
compares files, and shows what is same in both of them
5
None of above