PI. subprocess.check_output

Run Settings
LanguagePython
Language Version
Run Command
import subprocess print subprocess.check_output(["md5sum", "./data.json"]) try: print subprocess.check_output(["time", "rm", "not-existing-file"]) except OSError as e: # Orignaly here is subprocess.CalledProcessError print "Error: {0}".format(e)
["some data"]
Editor Settings
Theme
Key bindings
Full width
Lines