#!/bin/bash

find -name \*\.ht\* -exec grep -H "$1" {} \;
