<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sugyan</author_name>
  <author_url>https://blog.hatena.ne.jp/sugyan/</author_url>
  <blog_title>すぎゃーんメモ</blog_title>
  <blog_url>https://memo.sugyan.com/</blog_url>
  <categories>
    <anon>Zsh</anon>
  </categories>
  <description>zshの魅力として、history機能の強さがよく語られる。 制御構文の履歴 bashの場合 $ for i in 1 2 3 &gt; do &gt; echo $i &gt; done 1 2 3 &lt;↑でhistoryを遡る&gt; $ for i in 1 2 3; do echo $i; done zshの場合 % for i in 1 2 3 for&gt; do for&gt; echo $i for&gt; done 1 2 3 &lt;↑でhistoryを遡る&gt; % for i in 1 2 3 do echo $i donebashでは複数行に分けて書いたものが１行にまとめられてhistoryに格納されてしまうが、zshで…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmemo.sugyan.com%2Fentry%2F20090317%2F1237270244&quot; title=&quot;zshのhistoryうんぬん - すぎゃーんメモ&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-03-17 15:10:44</published>
  <title>zshのhistoryうんぬん</title>
  <type>rich</type>
  <url>https://memo.sugyan.com/entry/20090317/1237270244</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
