When searching for files in a bash shell, show the file and line that was matched: find . -name *.js -print0 | xargs -0 grep -n -H set_up_uploadify This could be rolled into a custom script with file type and arg1 and pattern as arg2.
7/26/2011 ~ 1 min read