HP3000-L Archives

February 1999, Week 4

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:
Fri, 26 Feb 1999 21:44:12 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
I tried to not join the contest, but the Jeff wrote...

>I can't resist but relate this back to my personal push for posix
>smoothing.  The above can be done in the shell with:
>
>   callci "listfile ci.pub.sys,8"|grep $1
>
>But with MPE CI-pipes it could also be just the
>
>   listfile ci.pub.sys,8|/bin/grep !ipmask
>
>File processing remains painfully cumbersome in MPE, while posix deals
>with it quite elegantly.

How about the following attempt? ...

 : listfile ci.pub.sys, 8 > $newpass
 : xeq /bin/grep !ipmask < $oldpass

The good old $OLDPASS and $NEWPASS sometimes come close to a pipe,
although they don't offer a child process (overhead?) for parallel
processing both tasks.

;-) Lars

ATOM RSS1 RSS2