>> tags 422275 + patch
> Bug #422275 [coreutils] coreutils: dd does not accept hex numbers as input

Thanks for the tag, but as far as I'm concerned,
this can be closed, since you can already use hex numbers,
as long as you're using a reasonable shell:

    $ dd if=/dev/zero of=test bs=$((0xe0000)) count=1
    ...
    $ echo $((0x10000))
    65536



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to