<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anmino</author_name>
  <author_url>https://blog.hatena.ne.jp/anmino/</author_url>
  <blog_title>あんみのの備忘録</blog_title>
  <blog_url>https://anmino.hatenadiary.org/</blog_url>
  <categories>
    <anon>UNIX/Linux</anon>
  </categories>
  <description>#!/bin/sh #hostlist.sh broadcast='192.168.1.255' ping -c 1 -b $broadcast &amp;&gt; /dev/null sleep 1 IFS_BAK=$IFS IFS=&quot; &quot; for line in `ping -c 1 -b $broadcast 2&gt; /dev/null`; do ip=`expr &quot;$line&quot; : '.*from \(.*\):'` time=`expr &quot;$line&quot; : '.*time\(.*ms\)'` if [ -n &quot;$ip&quot; ]; then echo &quot;$ip(time=$time)&quot; fi done I…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanmino.hatenadiary.org%2Fentry%2F20100412%2F1271035170&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>2010-04-12 10:19:30</published>
  <title>ネットワーク上のホストリストを作成する</title>
  <type>rich</type>
  <url>https://anmino.hatenadiary.org/entry/20100412/1271035170</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
