Which command compares file1.txt and file2.txt line by line?
file1.txt
file2.txt
diff -rq file1.txt
ls file1.txt file2.txt
diff file1.txt file2.txt
cp file1.txt file2.txt