Jos Chrispijn wrote:
I tried to make a grep script on find a string in all files on path ./ and down. It does anything exept searching in files and reporting them.
Is there a Grep Guru who can hint me out? Thanks,

-- Jos
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
You want it to report the files in which the string was found?

grep -rl <pattern> <path>

~Paul
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to