This is the mail archive of the cygwin@sourceware.cygnus.com 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]

Piped Commands Loss Of Output


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".


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