On Wed, Nov 16, 2011 at 3:34 PM, Rajeev Prasad <rp.ne...@yahoo.com> wrote:
> Salav
>
> thx a lot. I was able to use all the ssh options i need.
>
> last thing i need to understand is how to redirect the output to a local file 
> from all the commands:

Just to offer a non-Perl suggestion, you could capture output and
redirect to a file from the shell.  Is that an option for you?

./your-ssh-prog.pl >> /path/to/some/dir/your-ssh-prog.pl.log 2>&1

Kevin.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to