#!/bin/sh
find . -type f -exec egrep -e "$1" {} /dev/null \;
