Which command compares file1.txt and file2.txt in the three-column comm format?
file1.txt
file2.txt
comm
cp file1.txt file2.txt
grep file1.txt file2.txt
comm file1.txt file2.txt
cat file1.txt file2.txt