<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>core0w0</author_name>
  <author_url>https://blog.hatena.ne.jp/core0w0/</author_url>
  <blog_title>ゆるこあプログラミング</blog_title>
  <blog_url>https://core.hatenablog.jp/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>備忘録的にまとめておきます． カレントディレクトリ以下で，対象とする文字列を含むファイル find ./ -name &quot;*.*&quot; -exec grep -l &quot;hoge&quot; {} \; # ちなみにこれでも同様の結果が得られます grep -R &quot;hoge&quot; * | awk -F&quot;:&quot; '{print $1}' | sort | uniq # 該当行を抜き出したい場合はこう記述 grep -R hoge ./ カレントディレクトリ以下の該当文字列を置換する find ./ -name &quot;*.*&quot; -type f | xargs sed -i &quot;s/hoge/moge/g&quot; ちょっとずつ増やしてい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcore.hatenablog.jp%2Fentry%2F2013%2F08%2F13%2F155751&quot; title=&quot;ちょっと便利なfind，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>2013-08-13 15:57:51</published>
  <title>ちょっと便利なfind，grepコマンドの応用</title>
  <type>rich</type>
  <url>https://core.hatenablog.jp/entry/2013/08/13/155751</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
