<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shigemk2</author_name>
  <author_url>https://blog.hatena.ne.jp/shigemk2/</author_url>
  <blog_title>by shigemk2</blog_title>
  <blog_url>https://www.shigemk2.com/</blog_url>
  <categories>
    <anon>UNIX</anon>
  </categories>
  <description>ディレクトリの読み込み。 ls1.c /* ls1.c * 目的 ディレクトリの内容をリストアップする * 動作 引数がない場合には . そうでなければ引数のディレクトリに含まれるファイルを出力する */ #include &lt;stdio.h&gt; #include &lt;sys/types.h&gt; #include &lt;dirent.h&gt; void do_ls(char []); main (int ac, char *av[]) { if ( ac == 1) do_ls( &quot;.&quot; ); else while ( --ac ) { printf (&quot;%s:\n&quot;, *++av ); do_ls( *av…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.shigemk2.com%2Fentry%2F2014%2F01%2F21%2Fls%25E3%2582%25B3%25E3%2583%259E%25E3%2583%25B3%25E3%2583%2589%25E8%2587%25AA%25E4%25BD%259C&quot; title=&quot;lsコマンド自作 - by shigemk2&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>http://ecx.images-amazon.com/images/I/51wNVx6X2RL._AA180_.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-01-21 20:58:17</published>
  <title>lsコマンド自作</title>
  <type>rich</type>
  <url>https://www.shigemk2.com/entry/2014/01/21/ls%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E8%87%AA%E4%BD%9C</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
