source:
ProjectBuilder/devel/pb/bin/pbvi@
1726
Last change on this file since 1726 was 1358, checked in by , 13 years ago | |
---|---|
|
|
File size: 124 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | export LANGUAGE=C |
3 | gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|No such' | cut -d: -f1 | sort -u` |
Note:
See TracBrowser
for help on using the repository browser.