Compare commits

..

No commits in common. "8755bb9ae50324cc9a6f4f534aff76c664bfdf92" and "681cee97233b580794a35e0d06d4a1b6d40a8efb" have entirely different histories.

View File

@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
| ------------------------------------------------ | ---------------------------------------------------------------- |
| **Grouping** | |
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
| `( ... )` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.md) |
| **Conditionals** | |
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |