[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Creating an anonymous pipe for later use
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] Creating an anonymous pipe for later use |
Date: |
Thu, 9 Oct 2014 11:46:13 -0400 |
User-agent: |
Mutt/1.4.2.3i |
On Thu, Oct 09, 2014 at 08:11:01AM -0700, Russell Lewis wrote:
> I'm hoping for some sort of command (I'll call it "pipe" in this email)
> which would call pipe(), and then assign the two file descriptors to
> variables.
This is essentially what a "coprocess" is. The major difference is
that you have to specify the command in advance.