#!/bin/sh
ping -c1 $1 >& /dev/null
arp -a |grep -w $1|awk '{printf "%s => %s ", $1,$4}'
nslookup $1 |grep Name|awk -f hostflt.awk
