#!/bin/tcsh
foreach "file" (`find /home/nsupdate/public_html/archives -type f -name "*.htm*" -exec grep -l $1 {} \;`)
   echo '<a href="'`echo $file | sed 's-^/home/nsupdate/public_html/-https://www.navsource.org/-'`'">'$file'</a>'
end
