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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -