#!/bin/bash id="$1" shift exec grep --exclude-dir .svn --color=auto -R '\<'"${id}"'\>' "$@"