Tagged: find, shell, unix This topic is empty. Viewing 0 reply threads Author Posts 26 August, 2009 at 5:27 pm #1896 Amit BansalKeymaster Q. How do you find files which do not contain a specific pattern say ‘ORA-‘ A. You can use below command find . -name “*log” ! -exec grep -q “ORA-” {} ; -print Author Posts Viewing 0 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In