Quickies

[categories] [index] [all (527)] [latest]

Python
  1. import popen2
    (stdout, stdin, stderr) = popen2.popen3("ping -q -c2 www.google.com")
    print stdout.readlines()