Results 1 to 2 of 2
I have a problem with a script refering to several tools, one is "hd"
-snip-
TESTECHO="$($ECHO -e '12' \
| hd \
| grep -Eom1 '^[[ digit:]]+[[:space:]]+[[ digit:]]+[[:space:]]+[[ digit:]]+' \
...
- 08-06-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 1
build-devosl.sh tools hd
I have a problem with a script refering to several tools, one is "hd"
-snip-
TESTECHO="$($ECHO -e '\061\062' \
| hd \
| grep -Eom1 '^[[
digit:]]+[[:space:]]+[[
digit:]]+[[:space:]]+[[
digit:]]+' \
| tr -s '\t ' ' '
-snip-
Searching has proved fruitless, I *think* it may be a Debian tool/script. I use Gentoo Linux any help would be welcome .....
- 08-07-2007 #2Linux Enthusiast
- Join Date
- Aug 2006
- Posts
- 631
Hi,
The name of the utility is "hexdump", in Debian "hd" is a symlink to "hexdump".
Try "hexdump" instead of "hd".
Regards


Reply With Quote