#pythonでsubprocessでシェルのパイプをする方法vv >>> cmd1_='ifconfig';a_=subp.Popen(shlex.split(cmd1_),stdout=subprocess.PIPE,encoding='utf-8') >>> cmd2 ...