Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour

2017-12-04 Thread H.-Dirk Schmitt
tion to enable the 'non-greedy' operator in a future release. So please feel free to change the „bug report“ to a „feature request“ ;-) Best Regards, H.-Dirk Schmitt On So, 2017-12-03 at 15:23 -0500, Chet Ramey wrote: > On 12/1/17 12:40 PM, d...@computer42.org wrote: > &g

Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour

2017-12-04 Thread H.-Dirk Schmitt
and built. I'm > not > wild about adding a dependency on pcre, or a configure test for it, > just > to have two varieties of regular expressions available. > > Chet O.k. – so close this as „not a bug“. -- Signature H.-Dirk Schmitt H.-Dirk Sch

Missing documentation of the integer range (declare -i)

2017-12-06 Thread H.-Dirk Schmitt
Checked against: GNU bash, Version 4.4.12(1)-release (x86_64-pc-linux- gnu) I carefully read the man page and find no definition of the defined range of integer variables in bash. see also: `man bash |& grep -i integer` Best Regards, H.-Dirk Schmitt