<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tizz</author_name>
  <author_url>https://blog.hatena.ne.jp/tizz/</author_url>
  <blog_title>tizzの日記</blog_title>
  <blog_url>https://tizz.hatenadiary.org/</blog_url>
  <categories>
    <anon>Perl</anon>
  </categories>
  <description>windowsで作ったテキストファイルは、改行コードを直さないといけないのだが。 #!/usr/local/bin/perl use strict; use Encode; use warnings; use utf8; my $dir = shift; #対象ディレクトリ $dir =~s[/?\Z][/];opendir DIR, $dir or die; my @textfiles = grep{/\.txt/}readdir DIR;for (@textfiles){ open my $IN, ' my $data = do { local $/; }; open my $OUT, '…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftizz.hatenadiary.org%2Fentry%2F20090825%2F1251232703&quot; title=&quot;フォルダ内の全てのテキストファイルの改行コードをCRLFからLFへ - tizzの日記&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-25 05:38:23</published>
  <title>フォルダ内の全てのテキストファイルの改行コードをCRLFからLFへ</title>
  <type>rich</type>
  <url>https://tizz.hatenadiary.org/entry/20090825/1251232703</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
