Changeset 849
- Timestamp:
- 09/11/09 02:37:49 (4 years ago)
- Location:
- devel/pb/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pbg
r839 r849 1 1 #!/bin/bash 2 2 export LANGUAGE=C 3 egrep -r $* . | egrep -v '\.svn|~:| \tbinary\t|/CVS/|/tags/'3 egrep -r $* . | egrep -v '\.svn|~:|Binary[ \t]|/CVS/|/tags/' -
devel/pb/bin/pbvi
r839 r849 1 1 #!/bin/bash 2 2 export LANGUAGE=C 3 gvim `egrep -r $* . | egrep -v i '\.svn|~:|\tbinary\t|/CVS/' | cut -d: -f1 | sort -u`3 gvim `egrep -r $* . | egrep -v '\.svn|~:|^Binary[\t ]|/CVS/' | cut -d: -f1 | sort -u`
Note: See TracChangeset
for help on using the changeset viewer.
