Utilizzo del comando "trova-nome" su OS X

0

Nel comando find c'è uno switch chiamato name ma non esiste in OS X, che cosa è lo switch equivalente per OS X?

    
posta Dean 20.02.2012 - 12:18
fonte

1 risposta

4

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 (''\'').
    
risposta data 20.02.2012 - 12:31
fonte

Leggi altre domande sui tag