[工具详情]
bash
GNU Bourne Again Shell for Unix-style command execution and scripting.
shell 语言: all
[适用场景]推荐
- ✓ Run bash scripts or Unix-style commands that rely on bash-specific syntax
- ✓ Reproduce CI or setup instructions that explicitly invoke bash
[不适用场景]避免
- ✕ The script declares sh, zsh, fish, PowerShell, or another shell
- ✕ Windows-native commands or PowerShell cmdlets are the intended interface
[安全约束]必须遵守
- ⚠ Do not assume bash syntax works in sh, fish, PowerShell, or cmd.
- ⚠ On Windows, prefer the repository shell preference when one is configured.
[详细信息]原始元数据
- 命令
- bash
- 影响
- execute_code, read_files, write_files
[类似工具]03