bug-bash
[Top][All Lists]
Advanced

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

Feature Request - Allow mapfile to handle NUL-delimited data


From: DJ Mills
Subject: Feature Request - Allow mapfile to handle NUL-delimited data
Date: Fri, 13 May 2011 14:07:01 -0400

A -0 option, or even an option to use a different field separator, would be
an
excellent feature for mapfile.  Currently, of course, you can use:

while IFS= read -rd '' file; do array+=("$file"); done

mapfile is considerably faster, however, and I think this would be quite
handy.


reply via email to

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