#!/bin/sh find . \ \( -name '*.rb' -or \ -name 'uttk' -or \ -name 'uttk[dm]' \) \ | xargs grep "$@"