in reply to Re: Expect Question
in thread Expect Question

I need to log into a remote machine via an intermediate proxy, so I cannot simply just read the output like in the example doc.

I have attempted to read the output, but it only reads a small portion of the output and not the whole amount.

Replies are listed 'Best First'.
Re^3: Expect Question
by elTriberium (Friar) on Jul 14, 2009 at 18:03 UTC
    OK, I now understand why you want to use Expect. I'm using it in a similar way, but I never got to the problem that it's not reading the whole output. But you can still redirect the output to a file and then process this file (you might want to copy the file to your local machine first).