How do I find files that do not contain a given string pattern?

 

If your grep has the -L (or --files-without-match) option:

$ grep -riL "foo" * 
 
     -L, --files-without-match
             each file processed.
     -R, -r, --recursive
             Recursively search subdirectories listed.

     -i, --ignore-case
             Perform case insensitive matching.


If you use l (lowercased) you will get the opposite (files with matches)

-l, --files-with-matches Only the names of files containing selected lines are written 
 
 
 
 
 
 

 

Install Veeam plugin Oracle linux

  Install Veeam plugin Oracle linux rpm -Uvh --nodigest --nofiledigest VeeamPluginforOracleRMAN-12.2.0.334-1.x86_64.rpm

Mais vistos