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

Last change on this file since 1951 was 1951, checked in by Bruno Cornec, 9 years ago
  • Avoid getting the tags file for ppg/pbvi
  • Property svn:executable set to *
File size: 131 bytes
Line 
1#!/bin/bash
2export LANGUAGE=C
3gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|/tags$|No such' | cut -d: -f1 | sort -u`
Note: See TracBrowser for help on using the repository browser.