Re: piping output is delayed

2008-09-28 Thread martin schneebacher
Ken Irving wrote: > Try comparing terminal settings on each platform, e.g., with stty -a, > and look into any differences. they are the same on both machines: [EMAIL PROTECTED]:~$ stty -a speed 38400 baud; rows 55; columns 160; line = 12; intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; e

Re: piping output is delayed

2008-09-28 Thread Ken Irving
On Sun, Sep 28, 2008 at 08:29:46AM +0100, martin schneebacher wrote: > > i have the same setup on a laptop and a desktop ps. while it works on > the laptop the redirecting to the textfile hast a too long delay on > the desktop pc (same dist, same binaries). > > meanwhile i found a explanation at >

Re: piping output is delayed

2008-09-28 Thread martin schneebacher
> > i'm stuck into a strange problem. i'm piping the output of one > > program into a textfile, and with a ruby script i'm parsing it. > > Did you mean redirecting to a text file? Piping implies that there is > a program reading from the pipe but then there wouldn't be any files > involved. yes.