- Timestamp:
- Nov 21, 2011, 3:18:09 AM (13 years ago)
- Location:
- devel/pb/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pbg
r849 r1358 1 1 #!/bin/bash 2 2 export LANGUAGE=C 3 egrep -r $* . | egrep -v '\.svn|~:|Binary[ \t]|/CVS/|/tags/ '3 egrep -r $* . | egrep -v '\.svn|~:|Binary[ \t]|/CVS/|/tags/|No such' -
devel/pb/bin/pbvi
r849 r1358 1 1 #!/bin/bash 2 2 export LANGUAGE=C 3 gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/ ' | cut -d: -f1 | sort -u`3 gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/|No such' | cut -d: -f1 | sort -u`
Note:
See TracChangeset
for help on using the changeset viewer.