In basic diff file1.txt file2.txt output, what do lines beginning with < and > represent?
diff file1.txt file2.txt
<
>
< marks content from the first file, and > marks content from the second file.
< marks unchanged context, and > marks identical lines.
< marks deleted files, and > marks error messages.
They identify whichever file has the older or newer timestamp.