Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!jade!eris!mwm From: mwm@eris.BERKELEY.EDU (Mike Meyer) Newsgroups: comp.sys.amiga Subject: Re: Shell scripts on AmigaDOS & Unix Message-ID: <2259@jade.BERKELEY.EDU> Date: Mon, 19-Jan-87 08:59:47 EST Article-I.D.: jade.2259 Posted: Mon Jan 19 08:59:47 1987 Date-Received: Tue, 20-Jan-87 23:02:22 EST References: <2228@jade.BERKELEY.EDU> <1987Jan19.022653.20521@utcs.uucp> Sender: usenet@jade.BERKELEY.EDU Reply-To: mwm@eris.BERKELEY.EDU (Mike Meyer) Organization: Missionaria Phonibalonica Lines: 34 In article <1987Jan19.022653.20521@utcs.uucp> wagner@utcs.UUCP (Michael Wagner) writes: >In article <2228@jade.BERKELEY.EDU> I write: >>Firstly, and most obviously, pipes are relatively new things to >>Tripos; or so I'd guess. > >Ok, it's late at night, and I'm sleepy, but I'm missing something here. >If pipes existed in AmigaDOS, I think it would be a major win, but I don't >seem to recall them ever existing. Did I miss something in the enhancer >documentation? Since this is the third inquiry I've seen about them, I expect that either 1) I forgot to mention it entirely, or 2) I wasn't clear about it. So let's do it here. The poop on pipes follows. As far as I know, there is no PIPE: device on any version of AmigaDOS sold by C/A. Ok, you asks, so where did I get one? Well, I'm running the PIPE: driver that comes on the MetaComCo ToolKit disk. Goes in as documented, works as documented, and is worth it's wait in RAM:. There are two other worthwhile things on the disk: the AUX-CLI driver that lets you hang CLI's off the serial port, and a dissasembler that works on AmigaDOS commands and library modules. I'm currently trying to do a Unix-like pipe() that won't die horrible deaths on systems without pipe:'s for the mg shell command (among other things - just to damn busy these days). There is also a pipe: driver on some of the ToolKit disks distributed with the beta (and gamma?) versions of 1.2. I've got one, but have never used it. S'aright?