<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takuya_1st</author_name>
  <author_url>https://blog.hatena.ne.jp/takuya_1st/</author_url>
  <blog_title>それマグで！</blog_title>
  <blog_url>https://takuya-1st.hatenablog.jp/</blog_url>
  <categories>
    <anon>bash</anon>
    <anon>bashの使い方</anon>
  </categories>
  <description>bash ではいろいろな条件で分岐が出来る。 ifで使えるいろいろな条件を見てみたいと思う。 数値判断系 数字を比較するときは以下を覚えておけばいい。 (( 1 &gt; 0 )) (( 1 &gt;= 0 )) (( 1 &lt; 0 )) (( 1 &lt;= 0 )) (( 1 == 0 )) (( 1 != 0 )) (( 0 )) # 終了ステータス 1 /if では false (( 1 )) # 終了ステータス0 /if ではtrue (( ! 0 )) # 終了ステータス 0 /if では true (( 1 &amp;&amp; 1 )) (( 0 ||1 )) 数値を比較するときは if (( 1!=0 )) ;…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakuya-1st.hatenablog.jp%2Fentry%2F2016%2F12%2F31%2F050219&quot; title=&quot; bashでのif/while条件判断 に使える[[ / (( 条件の一覧＜コマンド・ファイルの存在などで条件分岐＞ - それマグで！&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>2016-12-31 05:02:19</published>
  <title> bashでのif/while条件判断 に使える[[ / (( 条件の一覧＜コマンド・ファイルの存在などで条件分岐＞</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2016/12/31/050219</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
