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> Content-Type: text 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".