source:
tags/initial/util/arb_hgrep
Last change on this file was 2, checked in by oldcode, 24 years ago | |
---|---|
|
|
File size: 108 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | for i in ARBDB WINDOW NTREE AWT; do |
3 | grep -n $1 $ARBHOME/$i/*.[h] $ARBHOME/$i/*.[h]xx |
4 | done |
5 | exit 0 |
Note: See TracBrowser
for help on using the repository browser.