X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: juhas AT blue DOT seas DOT upenn DOT edu (PAVOL JUHAS) Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows XP pipe problems Date: 2 Mar 2002 02:32:54 GMT Organization: University of Pennsylvania Lines: 26 Message-ID: References: NNTP-Posting-Host: blue.seas.upenn.edu X-Newsreader: TIN [version 1.2 PL2-upenn1.3] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I see this only in djgpp bash - the updated package from http://clio.rice.edu/djgpp/v203u/bsh204b.zip (as well as the original version). For example c:\windows\system32\finger juhas AT eniac DOT seas DOT upenn DOT edu | c:\djgpp\bin\wc works for the native cmd and also for cygwin bash, but in djgpp bash ( c:/windows/system32/finger juhas AT eniac DOT seas DOT upenn DOT edu|c:/djgpp/bin/wc) wc does not see any input. Same problems occur with cygwin programs ie: c:/cygwin/bin/ls | wc, just try almost any non-djgpp console program. HTH, Pavol Eli Zaretskii (eliz AT is DOT elta DOT co DOT il) wrote: > On 27 Feb 2002, PAVOL JUHAS wrote: > > I am sorry, ls | windows/system32/more.com works, I had more aliased as > > less. However, there is still problem with redirection from win32 > > console applications. > Can you post examples, preferably with win32 console applications that > are distributed with Windows?