bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: easier construction of arrays


From: Dan Douglas
Subject: Re: easier construction of arrays
Date: Thu, 27 Mar 2014 17:14:14 -0500

On Thu, Mar 27, 2014 at 5:05 PM, Mike Frysinger <vapier@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

[Prev in Thread] Current Thread [Next in Thread]