<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nkchg</author_name>
  <author_url>https://blog.hatena.ne.jp/nkchg/</author_url>
  <blog_title>Division By Zero</blog_title>
  <blog_url>https://divisionbyzero.hatenablog.jp/</blog_url>
  <categories>
    <anon>.NET</anon>
  </categories>
  <description>Windows環境で二つのテキストファイルをソートして比較判定したい、という依頼。UNIXならシェルスクリプトとgrep, sortで簡単に実現できるのだが、Windows環境となると、UNIX互換コマンドを揃えるよりも、C#とかで作ったほうが早いと思った。以前、同様の依頼で簡単なツールを作ったときのメモが役立った。検索＆コピペで実現できた。要は、 二つのファイルをドラッグ＆ドロップ ファイルを読み出し、行ごとにArrayListへ格納 ArrayListでソート 二つのArrayListを要素0から順に比較 というもの。あとはUIやエラー処理を適当に。SVNに登録するにあたり、Visual …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdivisionbyzero.hatenablog.jp%2Fentry%2F2012%2F08%2F02%2F222321&quot; title=&quot;Visual C#でテキストファイルをソートして比較判定するツールを作ってみた - Division By Zero&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>2012-08-02 22:23:21</published>
  <title>Visual C#でテキストファイルをソートして比較判定するツールを作ってみた</title>
  <type>rich</type>
  <url>https://divisionbyzero.hatenablog.jp/entry/2012/08/02/222321</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
