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

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 Pro