1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 21:35:24 +02:00

case: update description (#10580)

This commit is contained in:
Managor 2023-08-04 10:12:13 +03:00 committed by GitHub
parent 31ed78664d
commit 733eced5ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# case
> Branch based on the value of an expression.
> More information: <https://manned.org/case>.
> Bash builtin construct for creating multi-choice conditional statements.
> 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: