<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamamucho</author_name>
  <author_url>https://blog.hatena.ne.jp/yamamucho/</author_url>
  <blog_title>酔いどれコード</blog_title>
  <blog_url>https://yamamucho.hatenadiary.org/</blog_url>
  <categories>
    <anon>zsh</anon>
  </categories>
  <description>エイリアスを割り当てているコマンドがある。けど、たまにエイリアスを割り当てる前のコマンドを実行したいときがある。 コマンドの先頭に「\」を付けることでエイリアスを割り当てる前のコマンドが実行できる。 % ls # もともとのコマンド Repos bin local misc work % alias ls='ls -r' # alias割当て % which ls # 確認 ls: aliased to ls -r % ls # aliasを実行 work misc local bin Repos % \ls # もともとのコマンドを実行 Repos bin local misc work %…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamamucho.hatenadiary.org%2Fentry%2F20110518%2F1305729355&quot; title=&quot;alias - 酔いどれコード&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-05-18 23:35:55</published>
  <title>alias</title>
  <type>rich</type>
  <url>https://yamamucho.hatenadiary.org/entry/20110518/1305729355</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
