Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!noah.arc.CDN!kenw From: kenw@noah.arc.CDN (Ken Wallewein) Newsgroups: comp.os.vms Subject: Re: redirection of stdio, et al. Message-ID: <64*kenw@noah.arc.cdn> Date: Sat, 2-May-87 04:21:11 EDT Article-I.D.: noah.64*kenw Posted: Sat May 2 04:21:11 1987 Date-Received: Sun, 3-May-87 05:23:02 EDT References: <8704280322.AA02743@ubc.csnet> Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 11 A while back, I wrote a set of DCL command files to perform piping a la unix. It allows me to say things like pipe dir | dups > purgable.lst. I write a number of filters and filter templates in TECO, C, BASIC, and DCL. The redirection was just a tad tricky, and I learned a bit about logical device handling. I used temporary files and sequential processing rather than pipes between spawned processes, but that is irrelevant to the redirection aspect. Also easier under restrictive environments. Anyway, I could provide it (post it, whatever) if anybody's interested. /kenw