<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>Linux コマンド 勉強中 - egrep 高度な正規表現検索してマッチした行を出力する egrep [オプション] [検索文字列パターン] ファイル ファイルを検索文字列パターンで検索してマッチした行を出力するコマンド。 [ファイル]を[検索文字列パターン]で検索してマッチした行を出力する。 grepよりも高度な正規表現を使用できる。実行例 # file01内の3桁の数字を含む行を出力する。 $ egrep '[0-9]{3}' file01# file01内のtest01又はTest02という文字列を含む行数を出力する。 $ egrep 'test01|Test02' file01</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F20120202%2F1328111400&quot; title=&quot;egrep - by shigemk2&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>2012-02-02 00:50:00</published>
  <title>egrep</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/20120202/1328111400</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
