case: add link
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
432f120133
commit
4d87a4e1a5
@@ -1,6 +1,7 @@
|
|||||||
# case
|
# case
|
||||||
|
|
||||||
> Esegui branch diversi in base al valore di un'espressione.
|
> 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:
|
- Esegui il match di una variabile su diverse stringhe per decidere che comando eseguire:
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# case
|
# case
|
||||||
|
|
||||||
> 표현식의 값에 근거하여 분기.
|
> 표현식의 값에 근거하여 분기.
|
||||||
|
> 더 많은 정보: <https://man.archlinux.org/man/case.n>.
|
||||||
|
|
||||||
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:
|
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# case
|
# case
|
||||||
|
|
||||||
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
|
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
|
||||||
|
> 更多信息: <https://man.archlinux.org/man/case.n>.
|
||||||
|
|
||||||
- 通过字符串字面量判断执行分支:
|
- 通过字符串字面量判断执行分支:
|
||||||
|
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
# case
|
# case
|
||||||
|
|
||||||
> Branch based on the value of an expression.
|
> 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:
|
- Match a variable against string literals to decide which command to run:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user