GNU find (and others?) has a -true test along with the normal -name, -mode, -user and so on. From the man page:
-true Always true.
Every time I see the man page I notice this and wonder when it'd be useful. So, give me some examples of when it's useful :~)