source: ProjectBuilder/devel/pb/bin/pbvi@ 1096

Last change on this file since 1096 was 849, checked in by Bruno Cornec, 15 years ago

Improve binary filtering for pbg and pbvi

  • Property svn:executable set to *
File size: 116 bytes
Line 
1#!/bin/bash
2export LANGUAGE=C
3gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/' | cut -d: -f1 | sort -u`
Note: See TracBrowser for help on using the repository browser.