Run a grouped list in current shell.
Section: Shell Basics
Group commands in current shell
bash
bash
{ echo start; date; echo end; }Explanation
Braces keep variable changes in current shell when syntax is valid.
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 Shell Basics