>> 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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to