[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Feature Request - CMP
From: |
Pádraig Brady |
Subject: |
Re: Feature Request - CMP |
Date: |
Fri, 06 Feb 2015 16:23:08 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
On 06/02/15 15:57, Tyler Beaver wrote:
> I know this tool is probably note used as much anymore, but perhaps it would
> be worth adding a flag for overriding the verbose output number system for
> the values, or at any rate specifying that this output is in octal, and not
> decimal or hexadecimal.
Currently: offsets are decimal, differing bytes are octal:
$ cmp -l <(echo 12345678abc) <(echo 12345678bbb)
9 141 142
11 143 142
This works the same on all unix systems.
What would changing base provide except ambiguity?
thanks,
Pádraig.