Files
linux_tools/bin/bin2hex
2021-01-22 10:13:40 -05:00

4 lines
72 B
Bash
Executable File

#!/bin/sh
hexdump -C "$1" | cut -b9- | cut -d"|" -f1 | tr -d ' \t\n\r'