Вопрос

I executed following command:

find . name "myfile.txt"

but this shows verbose information.

How to unshow this verbose ?

Это было полезно?

Решение

Use following command

find . -name "myfile.txt" | grep myfile.txt
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top