Simple solution: us result=yourString.split(" ") and you get a list with
all the words.
-Original Message-
From: python-list-bounces+rbqg84=motorola@python.org
[mailto:python-list-bounces+rbqg84=motorola@python.org] On Behalf Of
ibpe...@gmail.com
Sent: Tuesday, December 30, 2008 3
Hi experts,
I am looking for some information on how to automate remote login to a
UNIX machine using ssh from a windows XP box.
Possible way:
1. Use putty (or any other ssh client from windows XP). -- Can be
automated with command line parameters. The problem is that I am able to
login - Put