Date: Thu, 22 Mar 2001 10:06:15 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: pipe() emulation In-Reply-To: <3AB9425B.11812.36ACFC@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 22 Mar 2001, Mark E. wrote: > This patch implements pipe() using a temporary file. It's based on > the pipe.c replacement in bash 2.04 and is updated to use > O_TEMPORARY. Comments and objections? How is this supposed to be used? Could you give an example of a real-life usage in Bash? (The docs needs to be changed, of course.)