find . -name ".DS_Store" -type f -delete 命令的参数说明:
find: 用于在目录层次结构中搜索文件的命令
.: 搜索的起始目录 (当前目录)
-name ".DS_Store": 指定要查找的文件名称
-type f: 只查找常规文件 (不包括目录、符号链接等)
-delete: 删除找到的匹配文件


懒狗。
MoLing v0.3.0 发布,他是一个computer-use 和 browser-use的MCP server,你可以使用任何一个AI Agent与它交互,帮你访问网页、电脑,完成类似Manus的助手功能。功能演示:http://t.cn/A6r8cSIS

新特性:
支持了Cursor IDE,增加了 Command, Filesystem, and Browser 三个模块的提示词; ​​​http://m.weibo.cn/status/5156575438179210?
Back to Top