summaryrefslogtreecommitdiff
path: root/com/lookfor
blob: 4b07f331da2983e2c9c0a83ddb3788a1654607ee (about) (plain)
1
2
3
4
5
6
7
8
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