Saturday, September 8, 2018

Convert string to hexadecimal on command line

Convert string to hexadecimal on command line

$ echo -n "Hello" | od -A n -t x1

48 65 6c 6c 6f

No comments: