- Timestamp:
- Sep 28, 2007, 12:10:19 AM (18 years ago)
- Location:
- devel/pb/bin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/bin/pbg
r151 r155 1 #!/bin/bash 1 2 export LANGUAGE=C 2 3 egrep -r $* . | egrep -v '\.svn|~:|binary' -
devel/pb/bin/pbvi
r151 r155 1 #!/bin/bash 1 2 export LANGUAGE=C 2 3 gvim `egrep -r $* . | egrep -vi '\.svn|~:|binary' | cut -d: -f1 | sort -u`
Note:
See TracChangeset
for help on using the changeset viewer.