<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>argius</author_name>
  <author_url>https://blog.hatena.ne.jp/argius/</author_url>
  <blog_title>argius note</blog_title>
  <blog_url>https://argius.hatenablog.jp/</blog_url>
  <categories>
    <anon>Perl</anon>
    <anon>Cygwin</anon>
  </categories>
  <description>ローカルファイルシステムに散らばったアーカイブファイル内のファイルから、指定した拡張子のファイルを探したい。アーカイブの種類は拡張子で特定できる前提として、&quot;lzh&quot;&quot;zip&quot;&quot;tar&quot;&quot;tar.gz&quot;&quot;tar.bz2&quot;を対象とする。 まず、次のようなPerlスクリプトを用意。（名前とバージョンは適当。）パスの通っているディレクトリに保存し、modeを755にしておく。ループは、whileにするとバッファリングの関係で上手く行かない。 # arls v0.0.1 my $st = 0; for (&lt;&gt;) { s/[\r\n]//g; if (-f) { my $file = $_; print…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fargius.hatenablog.jp%2Fentry%2F20061007%2F1160243370&quot; title=&quot;複数のアーカイブファイル内を一度に検索 - argius note&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>2006-10-07 02:49:30</published>
  <title>複数のアーカイブファイル内を一度に検索</title>
  <type>rich</type>
  <url>https://argius.hatenablog.jp/entry/20061007/1160243370</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
