HP3000-L Archives

July 1998, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Thu, 2 Jul 1998 12:08:56 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
At 15:50 01.07.98 -0700, you wrote:
>echo foo | callci <your program here> | cat -

While bugging the HPRC until this finally gets fixed... ;) and until you
can get hold of a copy of QWEBS to try its specific advantages here... :)
you might want to try the following workaround for your mgmt-demo...

 tempin=/tmp/someprefix$HPPIN.in
 tempout=/tmp/someprefix$HPPIN.out
 echo foo > $tempin
 yourprog < $tempin > $tempout
 cat $tempout
 rm $tempin $tempout

Disclaimer: Haven't tried this myself but would try if in such a situation.

Lars

ATOM RSS1 RSS2