<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ftsh</author_name>
  <author_url>https://blog.hatena.ne.jp/ftsh/</author_url>
  <blog_title>fメモ いまさら館</blog_title>
  <blog_url>https://ftsh.hateblo.jp/</blog_url>
  <categories>
    <anon>メモ</anon>
    <anon>shell</anon>
  </categories>
  <description>特定ディレクトリ毎のディスク使用量を把握したかった。 #!/bin/sh #特定ディレクトリ階層でのディスク使用量を表示 for DIR in `ls -1 $1` do du -hs $1/$DIR; done $ sh ./checkDiskSpace.sh /home 20K /home/a 346M /home/ab 47M /home/abc 138M /home/abcd 35M /home/abcde 11G /home/abcdefg 68M /home/abcdefgh 1.9M /home/abcdefghi 4.8G /home/abcdefghij 70M /home/…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fftsh.hateblo.jp%2Fentry%2F20080916%2F1221527980&quot; title=&quot;今日作ったシェルスクリプト - fメモ いまさら館&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>2008-09-16 10:19:40</published>
  <title>今日作ったシェルスクリプト</title>
  <type>rich</type>
  <url>https://ftsh.hateblo.jp/entry/20080916/1221527980</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
