PREV INDEX NEXT

Author: Unknown
Subject: Is -print useless?
Date: Sunday, 13 Sep 2020, 18:44:03

The doc says "Perform the -print action whenever EXPRESSION does not contain any actions and the value of EXPRESSION is true."

So we DON'T print iff expression is false OR -exec is specified? 

The expression is false part makes sense. So we should check if there is an -exec and no -print, and that's the only case under which we don't print?
PREV INDEX NEXT