Compare Hex dump

vimdiff

d(){ vimdiff <(f $1) <(f $2);};f(){ hexdump -C $1 | cut -d' ' -f3- | tr -s ' ';}; d ~/bin1 ~/bin2
click the source code to copy install vimdiff on any operating system with command-not-found.com