Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 45064

Summary: egrep fails to pars regular expression
Product: [Retired] Red Hat Raw Hide Reporter: Jaroslaw Sosnicki <slavko>
Component: grepAssignee: Bernhard Rosenkraenzer <bero>
Status: CLOSED RAWHIDE QA Contact: Aaron Brown <abrown>
Severity: high Docs Contact:
Priority: high    
Version: 1.0CC: slavko
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-19 23:42:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaroslaw Sosnicki 2001-06-19 23:42:12 UTC
Description of Problem:

grep-2.5e-4.i386.rpm egrep is failing to parse requlare expression.
in the form [a-z0-9]

example:
echo '1abc.c'| egrep -e '[0-9]*\.c'     --- Works
echo '1abc.c'| egrep -e '[0-9a-z]*\.c'  --- Error!!! No output
echo '1abc.c'| egrep -e '[a-z]*\.c'     --- Works

Version grep-2.5e-2.i386.rpm works.

How Reproducible:

echo '1abc.c'| egrep -e '[0-9]*\.c'     --- Works

echo '1abc.c'| egrep -e '[0-9a-z]*\.c'  --- Error!!! No output

echo '1abc.c'| egrep -e '[a-z]*\.c'     --- Works

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Bernhard Rosenkraenzer 2001-06-26 17:10:28 UTC
Fixed by going back to 2.4.2