#!/bin/sh
#	rgrep expr
#	$Id:$

find . -type f -exec grep "$1" -n {} /dev/null \;
