<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>harupiyo</author_name>
  <author_url>https://blog.hatena.ne.jp/harupiyo/</author_url>
  <blog_title>harupiyoの日記</blog_title>
  <blog_url>https://harupiyo.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>フォルダツリーの中から特定のファイル名を持つファイル群をvi で処理したい時は、次のようにする。 &gt; vi `find . -name '*maildata*'` （カレントフォルダ以下からファイル名にmaildata を含むファイルを全部オープン）こうではありません。 &gt; find . -name '*maildata*' | xargs vi確かに、多ファイルを指定した状態でvim をオープンすることはできるけれども、改行が入力できなくなったり変な事になります。# どうしてこんなことになるか、理由は分かっていないのですが</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fharupiyo.hatenadiary.org%2Fentry%2F20070621&quot; title=&quot;vi にコマンドラインから複数ファイルを指定する方法 - harupiyoの日記&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-06-21 00:00:00</published>
  <title>vi にコマンドラインから複数ファイルを指定する方法</title>
  <type>rich</type>
  <url>https://harupiyo.hatenadiary.org/entry/20070621</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
