mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-25 07:43:42 +01:00
remove typo
This commit is contained in:
parent
681cee9723
commit
ad8de48569
@ -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) |
|
||||
|
Loading…
Reference in New Issue
Block a user