Hi Exploit_it

>    For example:
>    i want to search some files which contain "getopt" string...

what's in a name...

brute force: grep -R getopt *

smarter: find . -name "*.cpp" -exec grep getopt {}\; -print

regards,

usleep


PS this is a resend to fix etiquette
_______________________________________________
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