On Mon, Dec 6, 2021 at 12:56 PM Rafał Miłecki <zaj...@gmail.com> wrote: > Hi, > > I deal with ~4 MiB of binary data stored as hex numbers in 1-line text > file. I need to convert numbers to raw binary data. That can be done > with -r -p options. > > With standalone xxd it works perfectly fine: > $ cat data.bin | xxd -r -p | wc -c > 3518210 > > With busybox not so much: > $ cat data.bin | busybox xxd -r -p | wc -c > 30
Can't reproduce with the current git. Can you? _______________________________________________ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox