工具描述:Bash(引号包裹文件路径)
Tool Description: Bash (quote file paths)
v2.1.53Bash tool instruction: quote file paths containing spaces
在命令中,始终用双引号引用包含空格的文件路径(例如,cd "path with spaces/file.txt")
英文原文 / English Original
Always quote file paths that contain spaces with double quotes in your command (e.g., cd "path with spaces/file.txt")