<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>mFumi</author_name>
  <author_url>https://blog.hatena.ne.jp/mFumi/</author_url>
  <blog_title>mfumiの日記</blog_title>
  <blog_url>https://mfumi.hatenadiary.org/</blog_url>
  <categories>
    <anon>Unix/Linux</anon>
  </categories>
  <description>最近~/Downloads以下にある最新のファイルをcpしたりmvすることがよくあって、mv ~/Downloads/{ファイル名} . とかしてたんですが、ファイル名なんだっけ?と思うことがよくありました。で、 $ ls -t ~/Downloads | head -n 1 すれば~/Downloads以下の中の最新のファイルが表示されるので、 mv `ls -t ~/Downloads | head -n 1` . とやればいいんじゃ?と思ったんですが、lsはファイル名しか表示しないので、パスがないため上手く実行できません。しょうがないので適当にzshの関数作りました。 $ latest …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmfumi.hatenadiary.org%2Fentry%2F20100920%2F1284966411&quot; title=&quot;最新のファイルを表示するコマンド - mfumiの日記&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>2010-09-20 16:06:51</published>
  <title>最新のファイルを表示するコマンド</title>
  <type>rich</type>
  <url>https://mfumi.hatenadiary.org/entry/20100920/1284966411</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
