Can someone give me an example of how one uses tput on a HP/UX.
It seems tput does not accept positional parameters on-line with the command,
unlike the Berkley System V version. It must have its parameters pushed
onto the stack and popped off using tparam. This has all confused me as I
have a csh script making extenisve use of the tput command running on Sun
platform and need to port it over to the the HP platform. Just an example
would suffice. For example, how would I specify the following
tput cup 0 8
Thanks
Max