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