Compare commits

...

3 Commits

Author SHA1 Message Date
Sahal Ansari
735b1c5089
Merge 1b9b1fcc5db5741e70a60a6e3e5d2b85dacea47d into 8755bb9ae50324cc9a6f4f534aff76c664bfdf92 2024-11-07 11:30:47 +01:00
Florian Köhler
8755bb9ae5
Merge pull request from casperklein/patch-1
Remove typo
2024-11-07 11:18:32 +01:00
Casper
ad8de48569
remove typo 2024-11-06 15:08:05 +01:00

@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
| ------------------------------------------------ | ---------------------------------------------------------------- |
| **Grouping** | |
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
| `( ... .md)` | [command grouping in a subshell](syntax/ccmd/grouping_subshell.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) |