<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nattou_curry_2</author_name>
  <author_url>https://blog.hatena.ne.jp/nattou_curry_2/</author_url>
  <blog_title>いろいろ解析日記</blog_title>
  <blog_url>https://nattou-curry-2.hatenadiary.org/</blog_url>
  <categories>
    <anon>Bash</anon>
  </categories>
  <description>Bashで必要なデータ構造の覚書です。 目次 配列 配列を生成する。 配列にデータを追加する。 配列にデータを格納する。 配列からデータを取得する。 配列中のすべてのデータに同じ処理をする。 関連記事 配列 配列は複数件のデータを扱うためのデータ構造です。 ■配列を生成する。 配列の生成は以下のように行います。 配列の名前=() 配列の名前=(&quot;データ&quot; &quot;データ&quot; &quot;データ&quot;)配列の生成では、配列の名前を指定します。 もし、生成時にデータを格納する場合に、()内にデータを指定します。 例えば、空の配列ARRAY1を生成するには、以下のように書きます。 ARRAY1=()例をもう一つ。データを…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnattou-curry-2.hatenadiary.org%2Fentry%2F20091104%2F1257346587&quot; title=&quot;Bashで覚えておくとよいデータ構造 - 配列 - いろいろ解析日記&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>2009-11-04 23:56:27</published>
  <title>Bashで覚えておくとよいデータ構造 - 配列</title>
  <type>rich</type>
  <url>https://nattou-curry-2.hatenadiary.org/entry/20091104/1257346587</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
