Can some propose a workaround for this bug:
cat /bin/ls |xxd -g 1 -i | xxd -r
xxd: sorry, cannot seek backwards.
But if you do:
cat /bin/ls |xxd -g 1 | xxd -r
It is ok. Is this a bug?
In the past I was able to execute this, but now I am just wondering if any alternatives exists?