claude-code-system-prompts/system-prompts/tool-description-bash-quote-file-paths.md
2026-02-24 20:56:48 -07:00

7 lines
266 B
Markdown

<!--
name: 'Tool Description: Bash (quote file paths)'
description: Bash tool instruction: quote file paths containing spaces
ccVersion: 2.1.53
-->
Always quote file paths that contain spaces with double quotes in your command (e.g., cd "path with spaces/file.txt")