Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我执行了以下命令:
find . name "myfile.txt"
但这显示了详细的信息。
如何取消显示这个冗长?
使用以下命令
find . -name "myfile.txt" | grep myfile.txt