delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1998/01/23/19:09:19

From: bruceh AT ns1 DOT ieighty DOT net (Bruce N. Hunsaker)
Subject: problems with coolview Bash 2.01
23 Jan 1998 19:09:19 -0800 :
Message-ID: <199801220020.RAA28817.cygnus.gnu-win32@ns1.ieighty.net>
To: gnu-win32 AT cygnus DOT com

I have had problems using pipes in bash 2.01 as distributed
with coolview.  The following example is typical:

	$ ls -l | cat
	$
No ouput!  However if the output from ls is small there may be
some or all of the output displayed.

Adding parenthesis makes things work:

	$ (ls -l | cat )

Also doing:
	$ set +o monitor
	$ ls -l | cat
works, but the 'set +o monitor' doesn't fix things if it is
put in .bashrc

This problem is not in bash 1.14.7 distributed with b18.

Anyone else have this problem?
--
Bruce Hunsaker -- bruceh AT ieighty DOT net


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019