Qual comando compara file1.txt e file2.txt no formato comm de três colunas?
file1.txt
file2.txt
comm
cp file1.txt file2.txt
grep file1.txt file2.txt
cat file1.txt file2.txt
comm file1.txt file2.txt