Let's look at the first failure.
echo a > a echo b > b diff a bThis doesn't generate the correct output. Can you run 'diff' under a debugger and see why?
Let's look at the first failure.
echo a > a echo b > b diff a bThis doesn't generate the correct output. Can you run 'diff' under a debugger and see why?