<?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 3.1 から 使えます。 a='Hello' a+=' World' echo $a # Hello world PATH などの追記が簡潔になります たとえばPATHの末尾に文字列を追加するときは次のように書くことが出来ます。 PATH+=:/home/takuya/.bin いままでとの比較 PATH=$PATH:~/.bin # 昔からの手法 PATH+=:~/.bin # 単純化された現代的な手法 ほんの少しだけらくになります。 なぜこの機能を紹介するのか。 記号が増えると、初見殺しになります。久しぶりに シェルスクリプトを読んだ人には今時…</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%2F22%2F202549&quot; title=&quot;bashの文字列の追記(append)演算子の紹介 - それマグで！&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-22 20:25:49</published>
  <title>bashの文字列の追記(append)演算子の紹介</title>
  <type>rich</type>
  <url>https://takuya-1st.hatenablog.jp/entry/2016/12/22/202549</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
