From: jt@boxhill.com (Jason Tishler)
Subject: Piped Commands Loss Of Output
3 Dec 1997 15:09:31 -0800
Message-ID: <34856BB1.68CC2642.cygnus.gnu-win32@boxhill.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: gnu-win32 <gnu-win32@cygnus.com>

Has anyone noticed a transient loss of output with piped commands
similar to the following:

    $ fgrep export .bashrc | wc
         12      30     339
    $ fgrep export .bashrc | wc
    $

Here is another one:

    $ grep . .bash_history | fgrep ls
    ls
    ls
    ...
    ls //k
    ls //k/vim-5.0h/vim .bashrc
    ls //k/vim-5.0h/
    ls //k/vim-5.0h/bin/vim .bashrc
    ls
    ls
    $ grep . .bash_history | fgrep ls
    $ grep . .bash_history | fgrep ls
    ls
    ls
    $

From the above examples, I conclude that sometimes I get all output,
no output, and some output.

I am using b18 with Sergey's coolview 25 Nov 97.  I seem to remember
that I began to observe this problem when I upgraded to one of Sergey's
coolview ?? Sept 97 versions.  Has anyone observed this too?  Anyone
know whats wrong?

Thanks,
Jason

-- 
Jason Tishler                        Phone: +1 (212) 989-4455 ext. 2120
Box Hill Systems Corporation         Fax:   +1 (212) 989-6817
161 Avenue of the Americas           Email: jt@boxhill.com
New York, NY 10013 USA               WWW:   http://www.boxhill.com
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
