<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ytooyama</author_name>
  <author_url>https://blog.hatena.ne.jp/ytooyama/</author_url>
  <blog_title>ytooyamaのブログ</blog_title>
  <blog_url>https://ytooyama.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Linux</anon>
    <anon>Linuxコマンド</anon>
    <anon>Markdown</anon>
    <anon>シェルスクリプト</anon>
  </categories>
  <description>catコマンドはテキストファイルの表示によく使われますが、catコマンドのもう一つの使い方として「ファイルの結合」という役割があります。具体的にはこんな感じ。 $ echo &quot;く&quot; &gt; a $ echo &quot;ま&quot; &gt; b $ echo &quot;み&quot; &gt; c $ echo &quot;こ&quot; &gt; d $ ls a b c d $ cat a b c d &gt; e #a,b,c,dのファイルを結合してeというファイルにする $ cat e く ま み こ バッチリですね。 で、ここからが本題。章分けしたMarkdownファイルを結合できないかなとふと思いつきました。 Markdownファイルも書式はあれどテキストデータ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fytooyama.hatenadiary.jp%2Fentry%2F2016%2F05%2F18%2F004941&quot; title=&quot;章分けしたMarkdownファイルを結合する - ytooyamaのブログ&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>2016-05-18 00:49:41</published>
  <title>章分けしたMarkdownファイルを結合する</title>
  <type>rich</type>
  <url>https://ytooyama.hatenadiary.jp/entry/2016/05/18/004941</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
