“Buscar en Linux” Código de respuesta

Encuentra Linux

find . -name "foo*"
Difficult Dotterel

Buscar en Linux

$ find [where to start searching from]
 [expression determines what to find] [-options] [what to find]
 
 $ find ./GFG -name sample.txt 
Pleasant Petrel

Buscar comando en Linux

find /etc/dovecot/conf.d -name "*.conf" -mtime 5Copy
Outrageous Otter

Comando de búsqueda de Linux

find / -name .profile -print
find . -perm 0600 -print
find ./test ./logs -name failed*.* -type f
find . -ctime 1 -print
find . -name ‘*find*’ -print
David Cao

Buscar comando en Linux

find /var/log/nginx -type f -name '*.log.gz'Copy
Outrageous Otter

Respuestas similares a “Buscar en Linux”

Preguntas similares a “Buscar en Linux”

Más respuestas relacionadas con “Buscar en Linux” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código