Re: No luck with carrige returns1996-01-11 08:53:21patrick <patrick(_at_)harvassoc(_dot_)com> wrote: carrige returns. I tried this: ERR=$ERR "Here is another error" "\n", but it just puts a "\n" in the error message. I looked through the man pages but no dice. If anyone has a suggestion I owuld appreciate
The man page to check would be "man sh" in this case.
Try:
ERR="$ERR
Here is another error"
Instead.
--
Sincerely,
srb(_at_)cuci(_dot_)nl
Stephen R. van den Berg (AKA BuGless).
"Always look on the bright side of life!"
|
|
||||||||||||||||