Bug 42720

Summary: ksh read command does not read from pipe
Product: [Retired] Red Hat Linux Reporter: slee
Component: pdkshAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
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-05-29 17:59:33 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 slee 2001-05-29 17:26:20 UTC
Description of Problem: The ksh read command does not read from a pipe.


How Reproducible: All the time.


Steps to Reproduce:
1. Using ksh
2. echo A B C | read AA BB CC
3. echo $AA

Actual Results: You get nothing.


Expected Results: You should get A


Additional Information:  The results are the same if you use command line 
or put results in a script.

I don't recall exact version of distribution.  I believe it is 7.0??.
uname -a gives:
Linux harley 2.2.16-22 #2 Sat Apr 21 14:10:28 CDT 2001 i586 unknown

The 'component' field would not let me specify ksh or Korn Shell (why?), 
but would not let me submit the bug without something; so I picked 
something.

Comment 1 Trond Eivind Glomsrxd 2001-05-29 17:59:29 UTC
This isn't against 4Suite...

Comment 2 Trond Eivind Glomsrxd 2001-05-29 18:02:07 UTC

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