<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>suginoy</author_name>
  <author_url>https://blog.hatena.ne.jp/suginoy/</author_url>
  <blog_title>杉風呂2.0 - A Lifelog -</blog_title>
  <blog_url>https://suginoy.hatenadiary.org/</blog_url>
  <categories>
    <anon>UNIX</anon>
  </categories>
  <description>懲りずにawkコマンドネタ。問題です。以下のようなファイル(input.dat)があります。 1,2,3,4,5 a,b,c,d,e このファイルに対して次のようにawkコマンドを使うとどのように出力されるでしょうか？ awk 'BEGIN{FS=&quot;,&quot;;OFS=&quot;|&quot;}{print}' input.dat 誤回答 1|2|3|4|5 a|b|c|d|e 正解 1,2,3,4,5 a,b,c,d,e OFSの指定を無視して入力レコードがそのまま出力されます。 アクションは`{' と`}'に囲まれている。アクションかパターンのどちらかを省略する事ができる（もちろん両方を省略するという事はできない…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsuginoy.hatenadiary.org%2Fentry%2F20071029%2Fp2&quot; title=&quot;awkコマンドのOFSが無効になるとき - 杉風呂2.0 - A Lifelog -&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>2007-10-29 00:00:01</published>
  <title>awkコマンドのOFSが無効になるとき</title>
  <type>rich</type>
  <url>https://suginoy.hatenadiary.org/entry/20071029/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
