|
From: | Clark J. Wang |
Subject: | Re: [Help-bash] populating an array with piped output in a loop |
Date: | Wed, 30 Nov 2011 09:55:09 +0800 |
Thanks guys. That worked like a champ! How does this process
substitution work? I presume it writes the output of the pipe
commands to a fifo and this syntax causes the read loop to read from
the fifo.
[Prev in Thread] | Current Thread | [Next in Thread] |