<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>MOZZ</author_name>
  <author_url>https://blog.hatena.ne.jp/MOZZ/</author_url>
  <blog_title>百舌日記</blog_title>
  <blog_url>https://mozz.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>vim（バージョン7以上）を使うと、grepコマンドがインストールされていない環境でも再帰的に正規表現を使って検索できます。例えば携帯用のサイトを作るときに、全角カタカナを半角カタカナに修正したいなぁ。と思ったら、以下のコマンドで全角カタカナを含むファイルをカレントディレクトリから再帰的に検索できます。（**が再帰的に検索するという意味です。） :vimgrep &quot;[ァ-ヶ]&quot; ** \| cwinこれかなり便利。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmozz.hatenadiary.org%2Fentry%2F20070118&quot; title=&quot;vimで正規表現を使って再帰的なgrepをする方法 - 百舌日記&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>2007-01-18 00:00:00</published>
  <title>vimで正規表現を使って再帰的なgrepをする方法</title>
  <type>rich</type>
  <url>https://mozz.hatenadiary.org/entry/20070118</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
