On 12/15/23, Greg Wooledge <g...@wooledge.org> wrote: > More to the point, bash has a 'readarray' command which does what you > *actually* want: > > readarray -t fndar < <(find "$sdir" ...) > Yes, that was what I actually needed!
lbrtchx
On 12/15/23, Greg Wooledge <g...@wooledge.org> wrote: > More to the point, bash has a 'readarray' command which does what you > *actually* want: > > readarray -t fndar < <(find "$sdir" ...) > Yes, that was what I actually needed!
lbrtchx