#!/bin/bash grep "192.168." | awk '{print $1}' | sort | uniq -c |awk '{if($1>3){printf $1" "$2 "\n"}}' |sort -r