<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shuzo_kino</author_name>
  <author_url>https://blog.hatena.ne.jp/shuzo_kino/</author_url>
  <blog_title>Bye Bye Moore</blog_title>
  <blog_url>https://shuzo-kino.hateblo.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>前回の続き。 シェルの醍醐味（？）といえばパイプ処理。 実際のところ output=`dmesg | grep hda`に相当するコマンドが、以下の様に。 p1 = Popen([&quot;dmesg&quot;], stdout=PIPE) p2 = Popen([&quot;grep&quot;, &quot;hda&quot;], stdin=p1.stdout, stdout=PIPE) #入力はp1のstdout p1.stdout.close() # 他のプロセスがあったとき、p1がSIGPIPEを掴めるようにする。 output = p2.communicate()[0]……なんか可読性が低いような気がしないでもないですが、 移植性を高…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshuzo-kino.hateblo.jp%2Fentry%2F2020%2F02%2F19%2F235646&quot; title=&quot;subprocessライブラリでパイプ処理をする - Bye Bye Moore&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-02-19 23:56:46</published>
  <title>subprocessライブラリでパイプ処理をする</title>
  <type>rich</type>
  <url>https://shuzo-kino.hateblo.jp/entry/2020/02/19/235646</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
