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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With