<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>teramako</author_name>
  <author_url>https://blog.hatena.ne.jp/teramako/</author_url>
  <blog_title>hogehoge @teramako</blog_title>
  <blog_url>https://teramako.hatenadiary.org/</blog_url>
  <categories>
    <anon>*nix</anon>
  </categories>
  <description>tree コマンドが便利 - IT戦記 昔作ったものを思い出したよ。 #!/bin/sh COMMAND=&quot;${0##*/}&quot; usage() { echo &quot;${COMMAND} &lt;find command options&gt;&quot; exit } [ &quot;$1&quot; = '-h' -o &quot;$1&quot; = '-help' ] &amp;&amp; usage FIND=`which find` SED=`which sed` [ -d &quot;$1&quot; ] &amp;&amp; DIR=$1 &amp;&amp; shift || DIR=. (cd ${DIR}; pwd) ${FIND} &quot;${DIR}&quot; &quot;$@&quot; | \ ${SED} -e &quot;s,^${DI…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fteramako.hatenadiary.org%2Fentry%2F20071108%2Ftree_using_find_and_sed&quot; title=&quot;find と sed で tree コマンド - hogehoge @teramako&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-11-08 00:00:00</published>
  <title>find と sed で tree コマンド</title>
  <type>rich</type>
  <url>https://teramako.hatenadiary.org/entry/20071108/tree_using_find_and_sed</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
