case: add link

manned-org
marchersimon 2021-03-31 12:22:29 +02:00 committed by Starbeamrainbowlabs
parent 432f120133
commit 4d87a4e1a5
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# case
> Esegui branch diversi in base al valore di un'espressione.
> Maggiori informazioni: <https://man.archlinux.org/man/case.n>.
- Esegui il match di una variabile su diverse stringhe per decidere che comando eseguire:

View File

@ -1,6 +1,7 @@
# case
> 표현식의 값에 근거하여 분기.
> 더 많은 정보: <https://man.archlinux.org/man/case.n>.
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:

View File

@ -1,6 +1,7 @@
# case
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
> 更多信息: <https://man.archlinux.org/man/case.n>.
- 通过字符串字面量判断执行分支:

View File

@ -1,6 +1,7 @@
# case
> Branch based on the value of an expression.
> More information: <https://man.archlinux.org/man/case.n>.
- Match a variable against string literals to decide which command to run: