Re: RFE: read -d STRING

2012-11-26 Thread Chet Ramey
On 11/23/12 7:40 PM, Chris F.A. Johnson wrote:
> 
>I would find it very useful to allow a string of delimiters to be
>used with 'read -d', with any member of the string terminating the
>input and the character used being stored in a variable, e.g.
>READ_DELIM.

Yes, this is still on the list, as is multibyte character support for
the delimiter.


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRUc...@case.eduhttp://cnswww.cns.cwru.edu/~chet/



RFE: read -d STRING

2012-11-23 Thread Chris F.A. Johnson


   I would find it very useful to allow a string of delimiters to be
   used with 'read -d', with any member of the string terminating the
   input and the character used being stored in a variable, e.g.
   READ_DELIM.

--
   Chris F.A. Johnson, 
   Author:
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)