[EMAIL PROTECTED] wrote:
>>ssh [EMAIL PROTECTED] shutdown -s
> 
> 
> Than indeed worked....Thanks
> 
>  > use the subprocess module or shellutils to execute the above.
> 
> I am a python newbie and how easy or difficult it is using the sub
> process module and shell utils.

It's as difficult as :
1. read the doc
2. write some code
3. test it
4. if you're in trouble, go back to 1.
5. if you're still in trouble, post here with relevant infos


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to