ubuntu - Linux command line instructions from python -


this question has answer here:

is there method issuing command line instructions directly python shell?

you can use os.system -

import os os.system('<command line instruction>') 

Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -