Hi, I wanted to create a format string for hexdump but I can't figure it out and the examples in the man page don't work, for instance:
The out put is:
I've also tried putting the whole format string into one set of quotes but it will not accept that either.
Code:
hexdump -n100 -e "%06.6_ao " 12/1 "%3_u " "\t\t" "%_p " "\n"
Code:
hexdump: "%06.6_ao ": Bad format