<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>devillikeaangel</author_name>
  <author_url>https://blog.hatena.ne.jp/devillikeaangel/</author_url>
  <blog_title>kikukawa's diary</blog_title>
  <blog_url>https://kkkw.hatenablog.jp/</blog_url>
  <categories>
    <anon>Windows</anon>
  </categories>
  <description>フォルダ内に2000程ファイルがあって、1ｋＢに満たないファイルを消去したい コマンドプロンプトで直接指定する場合 for %f in ( * ) do if %~zf LSS 1000 del &quot;%f&quot; バッチから起動する場合 %を2つにする テキストファイルのみを対象とする echo off cd \sample for %%f in ( *.txt ) do if %%~zf LSS 1000 del &quot;%%f&quot; サブフォルダも対象にしたい場合 echo off cd \sample for /r %%f in ( *.txt ) do if %%~zf LSS 1000 del &quot;%%…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkkkw.hatenablog.jp%2Fentry%2F20090820%2F1250747192&quot; title=&quot;1ｋＢに満たないファイルを消去したい - kikukawa&amp;#39;s diary&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>2009-08-20 14:46:32</published>
  <title>1ｋＢに満たないファイルを消去したい</title>
  <type>rich</type>
  <url>https://kkkw.hatenablog.jp/entry/20090820/1250747192</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
