<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a4dosanddos</author_name>
  <author_url>https://blog.hatena.ne.jp/a4dosanddos/</author_url>
  <blog_title>プログラム日記</blog_title>
  <blog_url>https://a4dosanddos.hatenablog.com/</blog_url>
  <categories>
    <anon>awk</anon>
  </categories>
  <description>awk でちょっと遊んでみたので、その時のメモ。今回は特定の文字列を含む行を出力するってことをやってみました。とりあえず、以下のようなファイルを用意します。■ test1.txt col1 col2 col3 hoge a b uga c d oro d e hoge f g※ ちなみにファイル内容を全て出力する場合、awk だと「awk '{print}' text1.txt」、「awk '{print $0}' text1.txt」( $0 は現在行全体を意味するみたい ) とかでできます。上記ファイルで、例えば、col1 が &quot;hoge&quot; である行を出力する場合、以下のコマンドでいける …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa4dosanddos.hatenablog.com%2Fentry%2F2014%2F07%2F12%2F142812&quot; title=&quot;「awk」特定の文字列を含む行を出力する - プログラム日記&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>2014-07-12 14:28:12</published>
  <title>「awk」特定の文字列を含む行を出力する</title>
  <type>rich</type>
  <url>https://a4dosanddos.hatenablog.com/entry/2014/07/12/142812</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
