Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!mit-eddie!media-lab!media-lab.media.mit.edu!dnb From: dnb@meshugge.media.mit.edu (David N. Blank) Newsgroups: comp.unix.programmer Subject: Re: Why use U* over VMS Message-ID: Date: 7 Nov 90 18:21:57 GMT References: <1990Oct25.160937.28144@edm.uucp> <1089@dg.dg.com> <1380@tharr.UUCP> <69986@iuvax.cs.indiana.edu> <1920@necisa.ho.necisa.oz> Sender: news@media-lab.MEDIA.MIT.EDU Organization: M.I.T. Media Laboratory Lines: 9 In-reply-to: boyd@necisa.ho.necisa.oz's message of 6 Nov 90 23:10:31 GMT I actually have a C program which allowed VMS users to do things like redirection to/from files and do piping (it handled the mailbox setups for you). However, this brings up another problem with this scenario: the standard VMS programs don't seem to be written with pipelining in mind. They're not careful to use the stdin and stdout type models. As a result, the program I used for pipelines only had limited functionality. Peace, dNb