<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mzp</author_name>
  <author_url>https://blog.hatena.ne.jp/mzp/</author_url>
  <blog_title>みずぴー日記</blog_title>
  <blog_url>https://mzp.hatenadiary.org/</blog_url>
  <categories>
    <anon>Unix</anon>
    <anon>Shell</anon>
  </categories>
  <description>詳解 シェルスクリプトを読んでるので、気になったところをピックアップ。たしか大学のLinux(csh)だとリダイレクトで上書きできない。 $ echo a &gt; test $ echo a &gt; test csh: test: File exists.こいつは上書き(clobber)を防ぐnoclobberがセットされているのが原因なので、unsetしてやればいい。 $ unset noclobber $ echo a &gt; testあるいは&gt;!を使えば、無視して上書きできる。 $ echo a &gt;! test# くそう。本に書いてあったのはsh系で、大学のはcshだからあんま役に立ってねーぞ。まあ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmzp.hatenadiary.org%2Fentry%2F20070106%2F1184801285&quot; title=&quot;リダイレクトで上書きを - みずぴー日記&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>2007-01-06 08:28:05</published>
  <title>リダイレクトで上書きを</title>
  <type>rich</type>
  <url>https://mzp.hatenadiary.org/entry/20070106/1184801285</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
