Re: [gentoo-user] Unknown Tool "hd"

2007-08-07 Thread Boyd Stephen Smith Jr.
On Monday 06 August 2007 02:13:58 pm Linux wrote: > I have a problem with a script refering to several tools, one is "hd" hd is the short name for hexdump. (When hexdump is invoked as hd, it assumes certain options.) Gentoo's hexdump package does not provide the short name, but you can make a

Re: [gentoo-user] Unknown Tool "hd"

2007-08-07 Thread Hans-Werner Hilse
Hi, On Mon, 6 Aug 2007 20:13:58 +0100 Linux <[EMAIL PROTECTED]> wrote: > 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 ' ' ' >

[gentoo-user] Unknown Tool "hd"

2007-08-06 Thread Linux
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. Any