#!/bin/sh 

for arg do
  echo "  " $arg":"
  grep -i $arg /afs/net/admin/hosts/hstath.txt
done
