source: ProjectBuilder/devel/pb/bin/pbg@ 849

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

Improve binary filtering for pbg and pbvi

  • Property svn:executable set to *
File size: 92 bytes
RevLine 
[155]1#!/bin/bash
[151]2export LANGUAGE=C
[849]3egrep -r $* . | egrep -v '\.svn|~:|Binary[ \t]|/CVS/|/tags/'
Note: See TracBrowser for help on using the repository browser.