Find the answer to your Linux question:
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:]]+' \ ...
  1. #1
    Just 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 .....

  2. #2
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...