工具描述:Bash(分号使用)
Tool Description: Bash (semicolon usage)
v2.1.53Bash tool instruction: use semicolons when sequential order matters but failure does not
仅当你需要顺序执行命令但不关心较早的命令是否失败时,才使用 ';'。
英文原文 / English Original
Use ';' only when you need to run commands sequentially but don't care if earlier commands fail.