<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>シェルスクリプトの変数に改行を含む文字列を入れる方法です。 VAR=&quot;test1 test2 test3 &quot; echo &quot;${VAR}&quot; ←改行含まれる test1 test2 test3 echo ${VAR} ←これだと改行コードが無視される。 test1test2test3 注意として、改行含む変数を使うときに、クォーテーションでくくらないといけないということですね。 bashなどのシェル変数の値に改行を含める事は可能でしょうか？ - Linux系OS - 教えて！goo:</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2011%2F10%2F05%2F000200&quot; title=&quot;(Linux)シェルスクリプトで変数に改行を含めたい - 3流プログラマのメモ書き&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>2011-10-05 00:02:00</published>
  <title>(Linux)シェルスクリプトで変数に改行を含めたい</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2011/10/05/000200</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
