Which flag with the cmp command provides a detailed output showing the byte position and the differing bytes in octal format for each mismatch between two files?

Choose the correct answer

Explanation

The '-l' option with the cmp command lists the byte number and the differing bytes in octal for every character that differs between the two files, making it useful for detailed comparisons.

Which flag with the cmp command provides a detailed … — Basic of linux unix | PakQuizHub