dumpFile.sh 72 B

1234
  1. #!/bin/bash
  2. hexdump -e ' "0x%08_ax: " 4/4 " 0x%08x " "\n" ' $1 | less