<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>masasuz</author_name>
  <author_url>https://blog.hatena.ne.jp/masasuz/</author_url>
  <blog_title>目の前に僕らの道がある</blog_title>
  <blog_url>https://masasuzu.hatenablog.jp/</blog_url>
  <categories>
    <anon>linux</anon>
    <anon>command</anon>
  </categories>
  <description>grep -r hoge ./ | grep -v '\.git' 上記とかやると.gitディレクトリを除いてgrepをかけてくれるんですが、これを毎回書くのはめんどうなので、下記の1行を.zshrcや.bashrcに書いておくと良いでしょう。 GREP_OPTIONS=&quot;--exclude-dir=.git --directories=recurse&quot; そうすれば下記のコマンドで一番最初と同じ結果が得られます。 grep hoge ./ しかしながら、私は最近はgrepでなくackを多用しています。上記と同じコトをしたい場合、ackではもっと簡単にできます。 ack hoge オプションなし…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmasasuzu.hatenablog.jp%2Fentry%2F20110915%2F1316097710&quot; title=&quot; それackでできるよ - 目の前に僕らの道がある&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>2011-09-15 23:41:50</published>
  <title> それackでできるよ</title>
  <type>rich</type>
  <url>https://masasuzu.hatenablog.jp/entry/20110915/1316097710</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
