Subproses Python mengarahkan kembali file

print subprocess.Popen("echo Hello World", shell=True, stdout=subprocess.PIPE).stdout.read()
Filthy Fly