質問

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