<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nsaito_nmiri</author_name>
  <author_url>https://blog.hatena.ne.jp/nsaito_nmiri/</author_url>
  <blog_title>メモ書き</blog_title>
  <blog_url>https://nsaito-nmiri.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>たとえば Makefile にある LIBS 行の中で，特定のライブラリ名だけ置き換え変える． それ以外の行はそのまま出力する． #!/usr/bin/awk -f $0~/LIBS/ { str = $0 sub(/-lQt3Support/,&quot;-lQt3SupportE&quot;,str) sub(/-lQtXml/,&quot;-lQtXmlE&quot;,str) sub(/-lQtGui/,&quot;-lQtGuiE&quot;,str) sub(/-lQtNetwork/,&quot;-lQtNetworkE&quot;,str) sub(/-lQtCore/,&quot;-lQtCoreE&quot;,str) print str } $0!~/LIBS/ { p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnsaito-nmiri.hateblo.jp%2Fentry%2F2016%2F02%2F05%2F172501&quot; title=&quot;awk で特定行の中の特定パターンを置き換える処理 - メモ書き&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-02-05 17:25:01</published>
  <title>awk で特定行の中の特定パターンを置き換える処理</title>
  <type>rich</type>
  <url>https://nsaito-nmiri.hateblo.jp/entry/2016/02/05/172501</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
