summaryrefslogtreecommitdiff
path: root/com/lookfor
diff options
context:
space:
mode:
Diffstat (limited to 'com/lookfor')
-rwxr-xr-xcom/lookfor9
1 files changed, 9 insertions, 0 deletions
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