Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!lll-winken!elroy.jpl.nasa.gov!sdd.hp.com!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!adm!smoke!gwyn From: gwyn@smoke.brl.mil (Doug Gwyn) Newsgroups: comp.unix.wizards Subject: Re: Unbuffered pipe(2)'s? Keywords: pipe,popen,buffer Message-ID: <15138@smoke.brl.mil> Date: 8 Feb 91 21:47:52 GMT References: <1991Feb7.200815.3880@odin.corp.sgi.com> <1991Feb07.211021.8761@convex.com> <41@talgras.UUCP> Organization: U.S. Army Ballistic Research Laboratory, APG, MD. Lines: 6 In article <41@talgras.UUCP> david@talgras.UUCP (David Hoopes) writes: >How does one go about unbuffering stdout? Use setbuf() with a null buffer pointer argument. This question should have been posted to comp.unix.questions.