<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ike-dai</author_name>
  <author_url>https://blog.hatena.ne.jp/ike-dai/</author_url>
  <blog_title>ike-dai's blog</blog_title>
  <blog_url>https://ike-dai.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>exprで足し算、引き算、掛け算、割り算などなど各種演算ができますが、1点注意が必要です。足し算 expr $a + 2引き算 expr $a - 2割り算 expr $a / 2掛け算 expr $a * 2 ではなく、 expr $a \* 2 でないとsyntax errorで怒られます。&quot;*&quot;がシェルの特殊記号なのでエスケープする必要があるようです。 参考：http://d.hatena.ne.jp/tgk/20070524/1180007509</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fike-dai.hatenablog.com%2Fentry%2F20101026%2F1288103158&quot; title=&quot;expr コマンドで掛け算は注意 - ike-dai&amp;#39;s blog&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>2010-10-26 23:25:58</published>
  <title>expr コマンドで掛け算は注意</title>
  <type>rich</type>
  <url>https://ike-dai.hatenablog.com/entry/20101026/1288103158</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
