<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Akiniwa</author_name>
  <author_url>https://blog.hatena.ne.jp/Akiniwa/</author_url>
  <blog_title>忘れないようにメモっとく</blog_title>
  <blog_url>https://akiniwa.hatenablog.jp/</blog_url>
  <categories>
    <anon>awk</anon>
  </categories>
  <description>1列目の最大値、最小値を表示する。 awk '{if(min==&quot;&quot;){min=max=$1}; if($1&gt;max) {max=$1}; if($1&lt; min) {min=$1};} END {print min, max}' data.txt</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fakiniwa.hatenablog.jp%2Fentry%2F2013%2F11%2F03%2F184611&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>2013-11-03 18:46:11</published>
  <title>awkで最大値、最小値を求める</title>
  <type>rich</type>
  <url>https://akiniwa.hatenablog.jp/entry/2013/11/03/184611</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
