#!/bin/sh

cat $@ | grep Hostname | sort -g | uniq -c | awk '{print $3 "   " $1}'
