Nel comando find
c'è uno switch chiamato name ma non esiste in OS X, che cosa è lo switch equivalente per OS X?
In realtà puoi usare il comando find come in unix, ad esempio: find. -name "* .log"
Almeno su tutti i miei sistemi Mac funziona.
vedi "man find":
-name pattern
True if the last component of the pathname being examined matches
pattern. Special shell pattern matching characters (''['',
'']'', ''*'', and ''?'') may be used as part of pattern. These
characters may be matched explicitly by escaping them with a
backslash (''\'').