Quote:
Originally Posted by knc1
Try od rather than hexdump
...
Never trust ... command names over three characters.
|
If your problem with "hexdump" is that it has too many letters in its command name, this busybox also has an "hd" command built-in that only has two letters, but if I use that I have to deal with the extra ASCII output tacked onto the end of each line. No thanks. I will stick with the longer command name that emits shorter and faster output. I feel no burning desire to optimize for command name length. Maximum speed and functionality with minumum lines of code is my thing. Sorry...