Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bdittmar

  1. bdittmar

    Banner Page Removal

    If it is a hp jetdirect printer, you can disable banner in setuproutine from hppi. Kind regards Bernd
  2. bdittmar

    awk stringlength to shell

    Must use /bin/sh (HP-UX 11i) The variable $1 (string) has variable string length. This length must be stored in a varable like $bl in the shell. with echo $1 | awk '{print length($1)}' the variable length can be determined. But how can i get this value back to the shell as $bl Any idea ??

Part and Inventory Search

Back
Top