Which command allows you to compare the contents of two files?
Explanation
Option A: ccp is not used for file comparison. Option B: du shows disk usage, not file differences. Option C: cmp compares two files byte by byte and is the correct choice. Option D: comp is another command for comparison but less common than cmp. Option E: No option provided.