added grepdefine and grepid
This commit is contained in:
parent
b057ea238e
commit
dacf8474d5
4
grepdefine
Executable file
4
grepdefine
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
define="$1"
|
||||
exec grep --exclude-dir .svn --color=auto -R "define *\\<${define}\\>" .
|
Loading…
x
Reference in New Issue
Block a user