aboutsummaryrefslogtreecommitdiff
path: root/bin/grepsrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/grepsrc.sh')
-rwxr-xr-xbin/grepsrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grepsrc.sh b/bin/grepsrc.sh
index 6b1771f1f..eb2d5e462 100755
--- a/bin/grepsrc.sh
+++ b/bin/grepsrc.sh
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2# This scipt is in the public domain. 2# This script is in the public domain.
3# grepsrc.sh string --- greps for string over all C files 3# grepsrc.sh string --- greps for string over all C files
4find . -name "*.c" -print | grep -v "#" | xargs grep -n "$*" 4find . -name "*.c" -print | grep -v "#" | xargs grep -n "$*"