This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

1.5.25-7 piping directed output to /dev/stdout will not work


Since I updated to 1.5.25 piping directed output to /dev/stdout with
bash 3.2.33-18 will not work.

Example:
>echo "test string" | wc -w        
2

>echo "test string" > /dev/stdout        
test string

>echo "test string" > /dev/stdout | wc -w
v:\Programme\cygwin\current\bin\bash: echo: write error: Bad file
descriptor
0

>ls -la /dev/stdout 
lrwxrwxrwx 1 tle2si mkgroup-l-d 15 Feb  1 09:19 /dev/stdout ->
/proc/self/fd/1

Regards
Tobias

Attachment: cygcheck.out
Description: cygcheck.out

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]