<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mikeda</author_name>
  <author_url>https://blog.hatena.ne.jp/mikeda/</author_url>
  <blog_title>mikedaの日記</blog_title>
  <blog_url>https://mikeda.hatenablog.com/</blog_url>
  <categories>
    <anon>シェルスクリプト</anon>
  </categories>
  <description>こういうの。 $ echo {aa,bb}.{1..3} aa.1 aa.2 aa.3 bb.1 bb.2 bb.3すごい便利なんだけど意外と知らない人多い。 シェルスクリプトで数値をカウントするのにこういう書き方もできますが、 $ for ((i=0;$i&lt;10;i++));do echo $i;done 0 1 2 ...このくらいならこっちのが簡単。 $ for i in {0..9};do echo $i;done 0 1 2 ...アルファベットにも使えるし、 $ for i in {a..z};do echo $i;done コマンドの一部としていろいろ役に立ちます。 $ snmp…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmikeda.hatenablog.com%2Fentry%2F20081021%2F1224592793&quot; title=&quot;bashの{}を使った引数展開 - mikedaの日記&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>2008-10-21 21:39:53</published>
  <title>bashの{}を使った引数展開</title>
  <type>rich</type>
  <url>https://mikeda.hatenablog.com/entry/20081021/1224592793</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
