source: tags/initial/util/arb_grep

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 103 bytes
Line 
1#!/bin/sh
2for i in ARBDB WINDOW NTREE AWT; do
3        grep -n $1 $ARBHOME/$i/*.[ch] $ARBHOME/$i/*.[ch]xx
4done
Note: See TracBrowser for help on using the repository browser.