سؤال

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