On Thu, Mar 27, 2014 at 5:05 PM, Mike Frysinger <vap...@gentoo.org> wrote:
> thanks, i wasn't aware of that func.  that seems like the easiest solution.

mapfile it awesome, but for getting find(1) results into an array you
should continue to use a read -rd '' loop. read -d is somewhat
portable, and mapfile does not support a safe delimiter.

Reply via email to