<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yellowarrow</author_name>
  <author_url>https://blog.hatena.ne.jp/yellowarrow/</author_url>
  <blog_title>drag n drop</blog_title>
  <blog_url>https://yellowarrow.hatenablog.com/</blog_url>
  <categories>
    <anon>linux</anon>
    <anon>awk</anon>
  </categories>
  <description>空白で分割して２番目の列を表示（一番左が$1）$ awk '{print $&lt;列の数値&gt;}' 区切り文字を指定して分割して、列を取得$ awk -F'&lt;分割文字&gt;' '{print $&lt;列の数値&gt;}' 複数の列を取得 $ awk '{print $&lt;列1&gt;, $&lt;列2&gt;}' $ awk '{printf(&quot;%s %s\n&quot;, $&lt;列1&gt;, $&lt;列2&gt;)}' 例： $ echo 'a b c d' | awk '{print $2}' b $ echo 'a,b,c,d,e' | awk -F',' '{print $3}' c $ echo 'a b c d e' | awk '{print …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyellowarrow.hatenablog.com%2Fentry%2F2015%2F05%2F08%2F200000&quot; title=&quot;文字列を分割して、特定の列のみを取得 - drag n drop&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-05-08 20:00:00</published>
  <title>文字列を分割して、特定の列のみを取得</title>
  <type>rich</type>
  <url>https://yellowarrow.hatenablog.com/entry/2015/05/08/200000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
