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