Quelle commande compare file1.txt et file2.txt au format comm à trois colonnes ?
file1.txt
file2.txt
comm
grep file1.txt file2.txt
cp file1.txt file2.txt
comm file1.txt file2.txt
cat file1.txt file2.txt