#!/bin/sh
#	gh pattern
# This searches for the pattern in the files in ~/misc/`hostname`/HdrFiles,
# which should have been created by FindHdrFiles.
#
F=/home/jc/a.list
test -f $F || FindArchives
cat $F |xargs ngp "$1" 
