Bug 552985
Summary: | Problem with fgrep and/or grep -F in tcsh-6.14-14.el5_4.2 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | deanx <dae1> |
Component: | tcsh | Assignee: | Vitezslav Crhonek <vcrhonek> |
Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | high | Docs Contact: | |
Priority: | low | ||
Version: | 5.4 | CC: | dae1, gholms, rcc2 |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-01-14 11:16:03 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
deanx
2010-01-06 18:43:22 UTC
I shouldda also mentioned this too... the expansion is the problem: under tcsh-6.14-14.el5; command : $ echo fgrep 'localhost' /etc/host* yeilds; fgrep localhost /etc/host.conf /etc/hosts /etc/hosts.allow /etc/hosts.deny under tcsh-6.14-14.el5_4.2; command: $ echo fgrep 'localhost' /etc/host* yields: fgrep \l\o Clearly tcsh-6.14-14.el5_4.2 has an issue here. Additionally, tcsh also exhibits the same mal-behavior. This seems to be fixed in tcsh-6.14-14.el5_4.3. Is there still more to do here? *** This bug has been marked as a duplicate of bug 529425 *** Yes this fixes the known issues with this. |