Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 538837

Summary: weird effect of wildcard expansion
Product: Red Hat Enterprise Linux 5 Reporter: Olle Liljenzin <olle>
Component: tcshAssignee: Vitezslav Crhonek <vcrhonek>
Status: CLOSED DUPLICATE QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: low    
Version: 5.4   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-19 14:53:43 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 Olle Liljenzin 2009-11-19 14:38:21 UTC
Description of problem:
unexpected side effect from wildcard expansion of arguments

Version-Release number of selected component (if applicable):
tcsh-6.14-14.el5_4.2

How reproducible:
always

Steps to Reproduce:
1. echo 'x' /dev/null*
  
Actual results:
\x /dev/null

Expected results:
x /dev/null

Comment 1 Vitezslav Crhonek 2009-11-19 14:53:43 UTC

*** This bug has been marked as a duplicate of bug 529425 ***