From 4e987026148fe65c323afbc93cd560c07bf06b3f Mon Sep 17 00:00:00 2001 From: Yale AI Dept Date: Wed, 14 Jul 1993 13:08:00 -0500 Subject: Import to github. --- com/lookfor | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 com/lookfor (limited to 'com/lookfor') diff --git a/com/lookfor b/com/lookfor new file mode 100755 index 0000000..4b07f33 --- /dev/null +++ b/com/lookfor @@ -0,0 +1,9 @@ +#!/bin/csh +# +# +# look for the argument in source files. +# useful for finding all references of a function, etc. +# + +cd $Y2 +fgrep -i $1 */*.scm -- cgit v1.2.3