dump_file.sh 73 B

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