Software >> OS >> Unix >> Solaris >> How to negate find filter conditions when using the find command

 

Use \!

 

e.g. 1 To find files that are NOT newer than a reference file

find ./ \! -newer referencefile.txt