mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-25 15:53:41 +01:00
Compare commits
No commits in common. "8755bb9ae50324cc9a6f4f534aff76c664bfdf92" and "681cee97233b580794a35e0d06d4a1b6d40a8efb" have entirely different histories.
8755bb9ae5
...
681cee9723
@ -85,7 +85,7 @@ Doing specific tasks: concepts, methods, ideas:
|
|||||||
| ------------------------------------------------ | ---------------------------------------------------------------- |
|
| ------------------------------------------------ | ---------------------------------------------------------------- |
|
||||||
| **Grouping** | |
|
| **Grouping** | |
|
||||||
| `{ ...; }` | [command grouping](syntax/ccmd/grouping_plain.md) |
|
| `{ ...; }` | [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** | |
|
| **Conditionals** | |
|
||||||
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
|
| `[[ ... ]]` | [conditional expression](syntax/ccmd/conditional_expression.md) |
|
||||||
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |
|
| `if ...; then ...; fi` | [conditional branching](syntax/ccmd/if_clause.md) |
|
||||||
|
Loading…
Reference in New Issue
Block a user