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
> > 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.
hi!
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. it works fine on my laptop,
but on the pc i need it to install the output in the file is blocked every 10
seconds. the parser has therfore a delay of maximal 10 sec