Transform hexadecimal information to binary using a Linux command

Solution 1:

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

xxd -r -p input.txt output.bin