#!/bin/bash
export LANGUAGE=C
gvim `egrep -r $* . | egrep -vi '\.svn|~:|binary|/CVS/' | cut -d: -f1 | sort -u`
