#!/bin/sh

for h
do	echo $h
	ut `(head -1 hst/$h; tail -1 hst/$h) | sed 's/ .*//'`
done
