我应该怎么做才能在文件夹列表中搜索文件并将当前目录更改为文件目录?
我试过了, find -name script.py | cd但没有用(不是我所期望的)。
find -name script.py | cd
感谢您的帮助!
find pipe
find ×1
pipe ×1