<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>RMS-099</author_name>
  <author_url>https://blog.hatena.ne.jp/RMS-099/</author_url>
  <blog_title>量産メモ帳</blog_title>
  <blog_url>https://rms-099.hatenablog.jp/</blog_url>
  <categories>
    <anon>Linux</anon>
    <anon>Cygwin</anon>
  </categories>
  <description>例えばテキストファイル sample.txt の10行目から100行目までを切り出す時はこんな感じでできる。 START=10 END=100 cat sample.txt | head -n $END | tail -n `expr $END - $START + 1` また、こんなやり方も可能。 START=10 END=100 cat sample.txt | head -n $END | tail -n $(($END - $START + 1)) 参考記事： ヒント: headとtailを使って、テキスト・ストリームを切り分けて読む Linuxコマンド集 - 【 expr 】 整数計…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Frms-099.hatenablog.jp%2Fentry%2F20150301%2F1425210934&quot; title=&quot; テキストファイルを分割する。 - 量産メモ帳&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>2015-03-01 20:55:34</published>
  <title> テキストファイルを分割する。</title>
  <type>rich</type>
  <url>https://rms-099.hatenablog.jp/entry/20150301/1425210934</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
