retcode = subprocess.call(['echo', 'foo'], stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
tee : pour output à la fois sur stdout et dans un fichier