FIND text in files (*nix)

# find . -exec grep 'text to find' {} \; -print 2>/dev/null

Tags: Linux