mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:53:11 +02:00
case: update description (#10580)
This commit is contained in:
parent
31ed78664d
commit
733eced5ad
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# case
|
# case
|
||||||
|
|
||||||
> Branch based on the value of an expression.
|
> Bash builtin construct for creating multi-choice conditional statements.
|
||||||
> More information: <https://manned.org/case>.
|
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-case>.
|
||||||
|
|
||||||
- Match a variable against string literals to decide which command to run:
|
- Match a variable against string literals to decide which command to run:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue