fork download
  1. from subprocess import call
  2. print(call(["ls", "-l"]))
Success #stdin #stdout 0.04s 9344KB
stdin
Standard input is empty
stdout
total 4
-rw-r--r-- 1 root 110 182 2014-01-06 23:27 prog
0