Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site puff.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!uwvax!puff!Thomas From: tom@puff.wisc.edu (Thomas Scott Christiansen) Newsgroups: net.unix-wizards,net.wanted Subject: Re: Pipes like tty's ? Message-ID: <641@puff.UUCP> Date: Tue, 25-Feb-86 09:32:20 EST Article-I.D.: puff.641 Posted: Tue Feb 25 09:32:20 1986 Date-Received: Fri, 28-Feb-86 06:47:29 EST References: <471@rna.UUCP> Sender: tom@puff.UUCP Organization: University of Wisconsin Systems Lab Lines: 9 Xref: watmath net.unix-wizards:16950 net.wanted:8271 Does anyone have a nice package that allows you to say something like process("silly_game arg1 arg2",&input_fd,&output_fd,&error_fd) and start the process running not on a pipe (I have one of these) but rather on a pty so that the proc can 1) do ioctls 2) have line buffered output ? thanks, --tom