Pregunta

I executed following command:

find . name "myfile.txt"

but this shows verbose information.

How to unshow this verbose ?

¿Fue útil?

Solución

Use following command

find . -name "myfile.txt" | grep myfile.txt
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top