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