CompuServe Messages

How input to env. var.?

    11-Jan-93 18:47:16
Fm: Andy Finkel 70007,4173
I usually do something like: echo "Please give your answer " noline set >NIL: answer ? The redirection keeps you from seeing the template; the noline on the echo makes the prompt appear on the same line. The ? tells the set command to take its input from standard input. andy