Print commands as they execute.
Section: Invocation and Help
Run with execution trace
bash
bash
bash -x script.shExplanation
Helps debug variable expansion and flow control problems.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Invocation and Help