[email protected] wrote:
cmp -s is NOT strictly silent it does send out 'line
feeds'
I don't observe this problem. For example: $ echo x >x $ echo y >y $ cmp -s x y $ echo $? 1 Can you give a recipe that will let us reproduce the problem?
