Linux CLI - Viewing and Editing Files
Given two files with these contents:
apple
banana
cherry
apple
banana
date
What will be the output of
file1.txt:apple
banana
cherry
file2.txt:apple
banana
date
What will be the output of
diff file1.txt file2.txt?