Hello,

Can you please give me a hint how to use find to search for a specific
text within files?

I am using find in the following manner:

find /path/to/files/ -mtime -2 -ls |less
to find files which have been recently modified. But I would like to
extend the search to find specific expression within files. -name is used
to specify file name. How can I search for strings within text?

It is probably in the man but I somehow overlook it. :(

Thank you very much in advance!

-- 
Zbigniew Szalbot

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to