<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mahan</author_name>
  <author_url>https://blog.hatena.ne.jp/mahan/</author_url>
  <blog_title>データマイニング・機械学習事始め</blog_title>
  <blog_url>https://mahan.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>シェルスクリプトメモ # ピリオド[.]で文字列を分割し、１つ目を取得 cut -d &quot;.&quot; -f 1 # 文字列の長さ length=`echo -n $str | wc -c` # numをインクリメントする num=`expr $num + 1` # 特定の文字をカウント num=`echo $str | sed -e &quot;s/[^\.]//g&quot; | wc -c` オプションを入力されたとき #!/bin/bash getopts &quot;r&quot; opt echo $opt このとき ./test.sh : ? と出力される ./test.sh -r : r と出力される ./test.sh -r…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmahan.hatenadiary.org%2Fentry%2F20131111&quot; title=&quot; - データマイニング・機械学習事始め&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-11 00:00:00</published>
  <title></title>
  <type>rich</type>
  <url>https://mahan.hatenadiary.org/entry/20131111</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
