<?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>#!/usr/bin/env bash OUIFILE=&quot;./oui.txt&quot; # ファイルの存在確認 if [ ! -f $OUIFILE ]; then echo &quot;OUI file not found&quot; exit 1 fi # テンポラリファイルの作成 tmpfile=`mktemp -t tmp.XXXXXXXXX` || exit 1 arp -a | grep ethernet &gt; $tmpfile 2&gt; /dev/null while read host address at hwaddress_raw on iface ifscope hwtype; do # MACアドレスが…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnsaito-nmiri.hateblo.jp%2Fentry%2F2016%2F09%2F26%2F115314&quot; title=&quot;MacでARPテーブルからEthernetインタフェースのベンダ名を表示するBashスクリプトの例 - メモ書き&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-09-26 11:53:14</published>
  <title>MacでARPテーブルからEthernetインタフェースのベンダ名を表示するBashスクリプトの例</title>
  <type>rich</type>
  <url>https://nsaito-nmiri.hateblo.jp/entry/2016/09/26/115314</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
