#!/bin/bash
export LANGUAGE=C
egrep -r $* . | egrep -v '\.svn|~:|binary|/CVS/|/tags/' 
