Execute Command and write in variable

T

tobias

Hello

How can I execute a command (like "uptime") in python, and write the
output into a variable?

Thanks
 
A

Alex Martelli

tobias said:
Hello

How can I execute a command (like "uptime") in python, and write the
output into a variable?

import os

avariable = os.popen('uptime').read()


Alex
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,062
Latest member
OrderKetozenseACV

Latest Threads

Top