From: Salvador Fandino
To: Rajeev Prasad
Cc: perl list
Sent: Monday, December 17, 2012 11:15 AM
Subject: Re: Net::Openssh not fetching data
On 12/17/2012 05:21 PM, Rajeev Prasad wrote:
the following is _i think_ timing out. when it is run from within my script
( @cmdresult, $c
list
Sent: Monday, December 17, 2012 11:15 AM
Subject: Re: Net::Openssh not fetching data
On 12/17/2012 05:21 PM, Rajeev Prasad wrote:
>
> the following is _i think_ timing out. when it is run from within my script
>
>
> ( @cmdresult, $cmderr ) = $ssh->capture($CMD);
>
On 12/17/2012 05:21 PM, Rajeev Prasad wrote:
the following is _i think_ timing out. when it is run from within my script
( @cmdresult, $cmderr ) = $ssh->capture($CMD);
where $CMD is: egrep "data_to_grep" *.data_file.txt
the output is about 300Mb of data.
further, the command when run on
the following is _i think_ timing out. when it is run from within my script
( @cmdresult, $cmderr ) = $ssh->capture($CMD);
where $CMD is: egrep "data_to_grep" *.data_file.txt
the output is about 300Mb of data.
further, the command when run on the remote system directly (after loggi