bug#26005: bug in grep

2017-03-07 Thread Stephane Chazelas
2017-03-06 16:44:01 -0600, Eric Blake: [...] > > To reproduce run in empty directory > > > > echo "start_string_20091210.end" | grep -o > > [1-2][0][0-1][0-9][0-1][0-9][0-3][0-9] > > Underquoted. This asks the shell to perform globbing for all files that > match those patterns. Initially, none

bug#26005: bug in grep

2017-03-06 Thread Eric Blake
tag 26005 notabug thanks On 03/06/2017 04:31 PM, Ildar Rakhmanov wrote: > Hi, I tested this with latest grep 3.0 in linux RHEL and some Ubuntu > servers as well. > > To reproduce run in empty directory > > echo "start_string_20091210.end" | grep -o > [1-2][0][0-1][0-9][0-1][0-9][0-3][0-9] Under

bug#26005: bug in grep

2017-03-06 Thread Ildar Rakhmanov
Hi, I tested this with latest grep 3.0 in linux RHEL and some Ubuntu servers as well. To reproduce run in empty directory echo "start_string_20091210.end" | grep -o [1-2][0][0-1][0-9][0-1][0-9][0-3][0-9] mkdir 20011209 echo "start_string_20091210.end" | grep -o [1-2][0][0-1][0-9][0-1][0-9][0-3][0