#!/bin/sh
find  -type f -exec grep -H "$1" {} \;
