Bash, 33 bytes
xxd -u -p 1ドル|fold -w2|tr '\n' ' '
Probably non-optimal, I'm not much of a Linux-head. Note that the TIO link above uses input - we can write files locally, so this works but the echo needs us to escape the $ so it looks like 34 bytes.
Jonathan Allan
- 115.4k
- 8
- 68
- 293