4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
hexdump -C "$1" | cut -b9- | cut -d"|" -f1 | tr -d ' \t\n\r'
|
|
|