<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>deloreanmc12</author_name>
  <author_url>https://blog.hatena.ne.jp/deloreanmc12/</author_url>
  <blog_title>3流プログラマのメモ書き</blog_title>
  <blog_url>https://3ryupg.hatenablog.com/</blog_url>
  <categories>
    <anon>コマンド</anon>
    <anon>テキスト加工</anon>
  </categories>
  <description>テキストファイルでログのデータが一日置きに一ファイルで落ちるんですが、それらを結合して一つのテキストファイルにしたいという要望がありました。 テキストエディタでそれぞれをコピペすればいいんですが、ファイル数が多いと大変です。 恥ずかしながら知らなかったんですが、コマンドプロンプトで簡単にテキストファイルを結合する方法があるようです。 一つは copy コマンドを使う方法です。 以下のようにすると、hoge01.txt と hoge02.txt 結合して、all.txtというファイルを作成できるようです。 copy hoge01.txt+hoge02.txt all.txt ワイルドカードを使っ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2F3ryupg.hatenablog.com%2Fentry%2F2018%2F05%2F26%2F220000&quot; title=&quot;(コマンドプロンプト)テキストファイルを簡単に結合する - 3流プログラマのメモ書き&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>2018-05-26 22:00:00</published>
  <title>(コマンドプロンプト)テキストファイルを簡単に結合する</title>
  <type>rich</type>
  <url>https://3ryupg.hatenablog.com/entry/2018/05/26/220000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
