<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morningmist7</author_name>
  <author_url>https://blog.hatena.ne.jp/morningmist7/</author_url>
  <blog_title>Developer☆STYLE</blog_title>
  <blog_url>https://morningmist7.hatenadiary.org/</blog_url>
  <categories>
    <anon>linux</anon>
  </categories>
  <description>grepコマンドでディレクトリを再帰的に検索するには、 grep -r [keyword] *ですが、拡張子を指定したい場合に、 grep -r [keyword] *.htmlはダメなんですよね（泣） というわけで、ブログの情報を探し回ってみると、 find . -name '*.html' | xargs grep -i [keyword]とか grep -i [keyword] $(find . -name '*.html')とやると上手くできました。 さらに、検索結果を置換もしたい場合もあるでしょう。foo が含まれるファイルを bar に変換するには、sedコマンドを組み合わせて、 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmorningmist7.hatenadiary.org%2Fentry%2F20090410%2F1239356694&quot; title=&quot;grepでの再帰検索と置換について - Developer☆STYLE&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>2009-04-10 18:44:54</published>
  <title>grepでの再帰検索と置換について</title>
  <type>rich</type>
  <url>https://morningmist7.hatenadiary.org/entry/20090410/1239356694</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
