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

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