Transform hexadecimal information to binary using a Linux command Transform hexadecimal information to binary using a Linux command c c

Transform hexadecimal information to binary using a Linux command


As @user786653 suggested, use the xxd(1) program:

xxd -r -p input.txt output.bin