<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>interu</author_name>
  <author_url>https://blog.hatena.ne.jp/interu/</author_url>
  <blog_title>よかろうもん！</blog_title>
  <blog_url>https://interu.hatenablog.com/</blog_url>
  <categories>
    <anon>Linux</anon>
  </categories>
  <description>カレントディレクトリ以下から100MB以上のファイル一覧を探し、その一覧の中から容量の大きいファイルトップ10を表示する。 $ find ./ -size +100M -type f -ls |awk '{ print $7,$11 }'|sort -n -r | head -10</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finteru.hatenablog.com%2Fentry%2F20100908%2F1283873042&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>2010-09-08 00:24:02</published>
  <title> 特定容量以上のファイルを探すワンライナー</title>
  <type>rich</type>
  <url>https://interu.hatenablog.com/entry/20100908/1283873042</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
