<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Megumi221</author_name>
  <author_url>https://blog.hatena.ne.jp/Megumi221/</author_url>
  <blog_title>理想のユーザ・インターフェイスを求めて</blog_title>
  <blog_url>https://ideal-user-interface.hatenablog.com/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>単純にファイルを削除したかった。その数が膨大であるのと個別の容量が大きいため、ひとつひとつ消していくのは手間なのでスクリプトで処理する。シェルで書くとこんな感じ。 #!/bin/sh for NUM in `seq -w 00 31` do for TM in `seq -w 18020 20 18980` do \rm tmp_00${NUM}/result_${TM} done done 同じことをPerlでもやろうとしたのだが、まだうまく動作しない（ファイルが消せない）。まだまだ道は険しそうだ。 use strict; use warnings; my $dirname = 'tmp_0…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fideal-user-interface.hatenablog.com%2Fentry%2F20080513%2F1210679346&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>2008-05-13 20:49:06</published>
  <title> ファイルの削除</title>
  <type>rich</type>
  <url>https://ideal-user-interface.hatenablog.com/entry/20080513/1210679346</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
