On Wed, 7 Apr 2010, Denys Vlasenko wrote:
> On Wed, Apr 7, 2010 at 10:41 AM, Michael Abbott <[email protected]> 
> wrote:
> >> On Tuesday 06 April 2010 15:32, David Parkinson wrote:
> >> >     hexdump -C -n 128 -s 0xC00000 /dev/mem
...
> >> Please try attached patch.
> >
> > This kind of problem can be worked around using the shell by writing
> >
> >        hexdump -C -n 128 -s $((0xC00000)) /dev/mem
> 
> This is a compat issue. If upstream tool supports that, we should do it 
> too.

Sure, no argument with the patch, but had a strong feeling that David 
didn't know this useful trick.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to